Add hook microbenchmark.

This commit is contained in:
David Goldblatt
2018-08-01 14:22:05 -07:00
committed by David Goldblatt
parent 0771ff2cea
commit 1f71e1ca43
2 changed files with 76 additions and 1 deletions

View File

@@ -242,7 +242,9 @@ else
CPP_SRCS :=
TESTS_INTEGRATION_CPP :=
endif
TESTS_STRESS := $(srcroot)test/stress/microbench.c
TESTS_STRESS := $(srcroot)test/stress/microbench.c \
$(srcroot)test/stress/hookbench.c
TESTS := $(TESTS_UNIT) $(TESTS_INTEGRATION) $(TESTS_INTEGRATION_CPP) $(TESTS_STRESS)