aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-04 13:30:19 +0200
committertoni <matzeton@googlemail.com>2016-07-04 13:30:19 +0200
commit7824c509b894319d8e92336621656c0d0696f276 (patch)
tree6d49e22a1ae2ea97213685a9db573bd76fed3ca9 /tests/Makefile
parent3b40a0f20ce33de44f47fd56c818323185ad091d (diff)
ui_ipc test unit
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a8b0e29..9350e8e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -10,6 +10,9 @@ all: $(BINARIES)
%: %.c
$(CC) $(CFLAGS) $(LDFLAGS) $< -o $(patsubst %.c,%,$<)
+ipctest: ipctest.c ../src/ui_ipc.c
+ $(CC) $(CFLAGS) $(LDFLAGS) ipctest.c ../src/ui_ipc.c -o ipctest
+
clean:
rm -f $(DEPS)
rm -f $(BINARIES)