summaryrefslogtreecommitdiff
path: root/libdde-linux26/mk/tmpl/ptest
diff options
context:
space:
mode:
Diffstat (limited to 'libdde-linux26/mk/tmpl/ptest')
-rw-r--r--libdde-linux26/mk/tmpl/ptest/Makefile6
-rw-r--r--libdde-linux26/mk/tmpl/ptest/run/Makefile10
2 files changed, 16 insertions, 0 deletions
diff --git a/libdde-linux26/mk/tmpl/ptest/Makefile b/libdde-linux26/mk/tmpl/ptest/Makefile
new file mode 100644
index 00000000..2fc7ed3b
--- /dev/null
+++ b/libdde-linux26/mk/tmpl/ptest/Makefile
@@ -0,0 +1,6 @@
+PKGDIR ?= ..
+L4DIR ?= $(PKGDIR)/../..
+
+TARGET = run
+
+include $(L4DIR)/mk/subdir.mk
diff --git a/libdde-linux26/mk/tmpl/ptest/run/Makefile b/libdde-linux26/mk/tmpl/ptest/run/Makefile
new file mode 100644
index 00000000..321601f0
--- /dev/null
+++ b/libdde-linux26/mk/tmpl/ptest/run/Makefile
@@ -0,0 +1,10 @@
+PKGDIR ?= ../..
+L4DIR ?= $(PKGDIR)/../..
+
+# insert the binary name of the server to test
+TEST_SERVER =
+
+# insert the binary name of the application testing the server
+TEST_CLIENT =
+
+include $(L4DIR)/mk/runux.mk