Working on benchmarking test. A lot of things needed to be const and weren't.
This commit is contained in:
parent
d0d9a94fd0
commit
21ec962d76
7 changed files with 17 additions and 11 deletions
|
|
@ -64,6 +64,9 @@ hammer.o: hammer.h
|
|||
ifneq ($(INCLUDE_TESTS),0)
|
||||
all: test_suite
|
||||
|
||||
benchmark: t_benchmark.o libhammer.a
|
||||
$(call hush, "Linking $@") $(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
test: test_suite
|
||||
./test_suite -v
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue