Benchmark test case array needed to be terminated with {NULL,0,NULL}. Noted that in comments.

This commit is contained in:
Meredith L. Patterson 2012-11-06 00:20:00 -05:00
parent 21ec962d76
commit 771de6f98b
3 changed files with 10 additions and 4 deletions

View file

@ -70,6 +70,6 @@ benchmark: t_benchmark.o libhammer.a
test: test_suite
./test_suite -v
test_suite: test_suite.o $(TESTS) libhammer.a
test_suite: test_suite.o libhammer.a
$(call hush, "Linking $@") $(CC) -o $@ $^ $(LDFLAGS)
endif