summaryrefslogtreecommitdiff
path: root/ndb/test/ndbapi/testTimeout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/test/ndbapi/testTimeout/Makefile')
-rw-r--r--ndb/test/ndbapi/testTimeout/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ndb/test/ndbapi/testTimeout/Makefile b/ndb/test/ndbapi/testTimeout/Makefile
new file mode 100644
index 00000000000..01a9df9887f
--- /dev/null
+++ b/ndb/test/ndbapi/testTimeout/Makefile
@@ -0,0 +1,9 @@
+include .defs.mk
+
+TYPE = ndbapitest
+
+BIN_TARGET = testTimeout
+
+SOURCES = testTimeout.cpp
+
+include $(NDB_TOP)/Epilogue.mk