From 1c7bb1c0589e729334f393757bf96543a05b219f Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 21 Feb 2023 13:12:14 +0100 Subject: tests: add test-action-call when running make test-unit --- tests/unit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3