summaryrefslogtreecommitdiff
path: root/libdde-linux26/libdde_linux26/mk/tmpl/ptest
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:11:24 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:11:24 +0000
commitce6a36c7f7c88e7ca0fda816f9282237bb86829d (patch)
tree611bf9beb2281d34260ca87fc189a0ddc864819a /libdde-linux26/libdde_linux26/mk/tmpl/ptest
parentbb9d6cd642f9189b8102d566c8c46a6de1d2c5f7 (diff)
parent4fbe7358c7747a9165f776eb19addbb9baf7def2 (diff)
Merge branch 'upstream-merged'
Diffstat (limited to 'libdde-linux26/libdde_linux26/mk/tmpl/ptest')
-rw-r--r--libdde-linux26/libdde_linux26/mk/tmpl/ptest/Makefile6
-rw-r--r--libdde-linux26/libdde_linux26/mk/tmpl/ptest/run/Makefile10
2 files changed, 16 insertions, 0 deletions
diff --git a/libdde-linux26/libdde_linux26/mk/tmpl/ptest/Makefile b/libdde-linux26/libdde_linux26/mk/tmpl/ptest/Makefile
new file mode 100644
index 00000000..2fc7ed3b
--- /dev/null
+++ b/libdde-linux26/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/libdde_linux26/mk/tmpl/ptest/run/Makefile b/libdde-linux26/libdde_linux26/mk/tmpl/ptest/run/Makefile
new file mode 100644
index 00000000..321601f0
--- /dev/null
+++ b/libdde-linux26/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