aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Makefile')
-rw-r--r--tests/unit/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile
index 3270052..5e7116b 100644
--- a/tests/unit/Makefile
+++ b/tests/unit/Makefile
@@ -1,5 +1,10 @@
CFLAGS += -lcheck
-test: test-filter.c
+test: test-filter test-actions
+test-filter: test-filter.c
$(CC) $(CFLAGS) -o test-filter ../../filter.c ../../disasm.c test-filter.c
./test-filter
+
+test-actions: test_action_call.c ../../actions.c ../../actions.h
+ $(CC) $(CFLAGS) -o test-action-call ../../actions.c test_action_call.c
+ ./test-action-call