summaryrefslogtreecommitdiff
path: root/storage/ndb/test/newtonapi/perf_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/test/newtonapi/perf_test/Makefile')
-rw-r--r--storage/ndb/test/newtonapi/perf_test/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/storage/ndb/test/newtonapi/perf_test/Makefile b/storage/ndb/test/newtonapi/perf_test/Makefile
new file mode 100644
index 00000000000..2be004d4277
--- /dev/null
+++ b/storage/ndb/test/newtonapi/perf_test/Makefile
@@ -0,0 +1,14 @@
+include .defs.mk
+
+TYPE := ndbapitest
+
+BIN_TARGET := newton_perf
+BIN_TARGET_LIBS :=
+BIN_TARGET_ARCHIVES := NEWTON_API
+SOURCES := perf.cpp
+
+CCFLAGS_LOC := -I$(call fixpath,$(NDB_TOP)/include/util) -I$(call fixpath,$(NDB_TOP)/include/newtonapi) -I$(call fixpath,$(NDB_TOP)/include/portlib)
+
+include $(NDB_TOP)/Epilogue.mk
+
+