aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test_server/src/Makefile')
-rw-r--r--lib/test_server/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/test_server/src/Makefile b/lib/test_server/src/Makefile
index a75855eaab..b47cf9ff64 100644
--- a/lib/test_server/src/Makefile
+++ b/lib/test_server/src/Makefile
@@ -57,7 +57,8 @@ TS_MODULES= \
ts_autoconf_win32 \
ts_autoconf_vxworks \
ts_install \
- ts_install_cth
+ ts_install_cth \
+ ts_benchmark
TARGET_MODULES= $(MODULES:%=$(EBIN)/%)
TS_TARGET_MODULES= $(TS_MODULES:%=$(EBIN)/%)