summaryrefslogtreecommitdiff
path: root/storage/ndb/src/common/util/testSimpleProperties/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/common/util/testSimpleProperties/Makefile')
-rw-r--r--storage/ndb/src/common/util/testSimpleProperties/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/storage/ndb/src/common/util/testSimpleProperties/Makefile b/storage/ndb/src/common/util/testSimpleProperties/Makefile
new file mode 100644
index 00000000000..89d33fa8dd8
--- /dev/null
+++ b/storage/ndb/src/common/util/testSimpleProperties/Makefile
@@ -0,0 +1,12 @@
+include .defs.mk
+
+TYPE := util
+
+BIN_TARGET := sp_test
+BIN_TARGET_ARCHIVES := portlib general
+
+SOURCES := sp_test.cpp
+
+CCFLAGS_LOC += -I$(call fixpath,$(NDB_TOP)/include/util)
+
+include $(NDB_TOP)/Epilogue.mk