aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
blob: 08f041e4eb101fed89d96a99e9b50c34aa4b0277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: clean

all: rspamd_test_suite

rspamd_test_suite: $(OBJECTS) $(OBJ_DEPENDS)
	$(CC) $(PTHREAD_LDFLAGS) $(LDFLAGS) $(OBJECTS) $(OBJ_DEPENDS) $(LIBS) -o rspamd_test_suite

run_test: rspamd_test_suite
	gtester --verbose -k -o=rspamd_test.xml ./rspamd_test_suite
	less rspamd_test.xml && rm -f rspamd_test.xml

clean:
	rm -f *.o rspamd_test_suite *.core rspamd_test.xml

dist-clean: clean
	rm -f Makefile