summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
new file mode 100644
index 0000000..f95b1fd
--- /dev/null
+++ b/tests/GNUmakefile
@@ -0,0 +1,23 @@
+TOPDIR = ..
+
+SUBDIRS =
+
+INCLUDE_DIRS =
+
+LDFLAGS_DIR =
+
+LIBS_DIR =
+
+BINS =
+
+OBJS =
+
+-include $(TOPDIR)/makefiles/sub.mk
+
+local_all:
+
+local_clean:
+
+local_distclean:
+
+local_test: