Working on benchmarking test. A lot of things needed to be const and weren't.

This commit is contained in:
Meredith L. Patterson 2012-11-05 23:08:18 -05:00
parent d0d9a94fd0
commit 21ec962d76
7 changed files with 17 additions and 11 deletions

View file

@ -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