Benchmark test case array needed to be terminated with {NULL,0,NULL}. Noted that in comments.
This commit is contained in:
parent
21ec962d76
commit
771de6f98b
3 changed files with 10 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue