aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/Makefile
blob: 5e7116bd0d74585ce387f40039a74ed7196ae35d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
CFLAGS += -lcheck

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