summaryrefslogtreecommitdiff
path: root/storage/ndb/src/common/logger/listtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/common/logger/listtest/Makefile')
-rw-r--r--storage/ndb/src/common/logger/listtest/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/storage/ndb/src/common/logger/listtest/Makefile b/storage/ndb/src/common/logger/listtest/Makefile
new file mode 100644
index 00000000000..4688a5e5a2f
--- /dev/null
+++ b/storage/ndb/src/common/logger/listtest/Makefile
@@ -0,0 +1,14 @@
+include .defs.mk
+
+TYPE :=
+
+BIN_TARGET := listtest
+BIN_TARGET_ARCHIVES := portlib logger general
+
+SOURCES := LogHandlerListUnitTest.cpp
+
+CCFLAGS_LOC += -I../ -I$(NDB_TOP)/include/logger -I$(NDB_TOP)/include/portlib
+
+include $(NDB_TOP)/Epilogue.mk
+
+