aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Makefile')
-rw-r--r--tests/unit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile
index 5e7116b..a61f34c 100644
--- a/tests/unit/Makefile
+++ b/tests/unit/Makefile
@@ -5,6 +5,12 @@ 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
+test-action-call: test_action_call.c ../../actions.c ../../actions.h
$(CC) $(CFLAGS) -o test-action-call ../../actions.c test_action_call.c
./test-action-call
+
+test-actions: test_actions.c ../../actions.c ../../actions.h ../../common.h
+ $(CC) $(CFLAGS) -o test-actions \
+ ../../common.c ../../actions.c \
+ test_actions.c
+ ./test-actions