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