summaryrefslogtreecommitdiff
path: root/tests/threads/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/GNUmakefile')
-rw-r--r--tests/threads/GNUmakefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/threads/GNUmakefile b/tests/threads/GNUmakefile
new file mode 100644
index 0000000..62c5b8a
--- /dev/null
+++ b/tests/threads/GNUmakefile
@@ -0,0 +1,22 @@
+TOPDIR = ../..
+
+INCLUDE_DIRS = \
+ -I$(TOPDIR)/include/wolf -I. -I$(TOPDIR)/src
+
+INCLUDE_LIBS = \
+ $(TOPDIR)/src/libwolf.a
+
+TEST_BINS = \
+ test_create_join$(EXE)
+
+-include $(TOPDIR)/makefiles/gmake/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_test:
+ @echo "Testing creating, joining of threads.."
+ @./test_create_join >/dev/null