aboutsummaryrefslogtreecommitdiff
path: root/tests/performance/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance/Makefile.in')
-rw-r--r--tests/performance/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/performance/Makefile.in b/tests/performance/Makefile.in
index d342f8483..3041d22f5 100644
--- a/tests/performance/Makefile.in
+++ b/tests/performance/Makefile.in
@@ -2,7 +2,7 @@ INC=-I ../../src/include/ -I ../../src/lib/third_party/include/
LIB=../../src/lib/libndpi.a @ADDITIONAL_LIBS@ @LIBS@
TOOLS=substringsearch patriciasearch gcrypt-int gcrypt-gnu strnstr
-TESTS=substring_test patricia_test strnstr_test
+TESTS=substring_test patricia_test strnstr_test geo_test
all: $(TESTS)
@@ -21,12 +21,18 @@ substringsearch: substringsearch.c Makefile
strnstr: strnstr.cpp Makefile
$(CXX) $(INC) @CFLAGS@ strnstr.cpp -o strnstr
+geo: geo.c Makefile
+ $(CC) $(INC) @CFLAGS@ geo.c -o geo $(LIB)
+
substring_test: substringsearch top-1m.csv
./substringsearch
strnstr_test: strnstr
./strnstr
+geo_test: geo
+ ./geo
+
#
patriciasearch: patriciasearch.c Makefile