4 coverage_opts = -ftest-coverage -fprofile-arcs
6 #libs = ../build/librmr_nng.a -L ../build/lib -lnng -lpthread -lm
7 libs = -L ../build/lib -lnng -lpthread -lm
9 #sa_tests = sa_tools_test.o
15 $(CC) -I ../src/common/src/ -I ../src/common/include -I ../src/nng/include $(coverage_opts) -fPIC -g $< -o $@ $(libs)
19 echo "run unit_test.ksh to make and run things here"
22 #sa_tools_test.o: sa_tools_test.c
23 # $(CC) -I ../src/common/src/ -I ../src/common/include -I $(coverage_opts) ../src/nng/include -fPIC -g $< -c
26 #sa_tests: $(sa_tests)
28 # remove intermediates
30 rm -f *.gcov *.gcda *.dcov *.gcno
32 # remove anything that can be builts
34 rm -f ring_test symtab_test