summaryrefslogtreecommitdiff
path: root/testtools/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-07 08:40:36 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:34:43 +0200
commit1ec33dca8c54a90636942dc2870ec61d2cb56975 (patch)
tree6e45d4b7f3b359ced70f9a1d60a7482a062b51cc /testtools/Makefile
parent91c5b22706243c72ff269025bf03c518cd067f7d (diff)
gbuild conversion: testtools module
Change-Id: I90787a7d239dd4f73f53d13bd5b08172ee2b6a5e
Diffstat (limited to 'testtools/Makefile')
-rw-r--r--testtools/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/testtools/Makefile b/testtools/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/testtools/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: