diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-05-07 08:40:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:34:43 +0200 |
commit | 1ec33dca8c54a90636942dc2870ec61d2cb56975 (patch) | |
tree | 6e45d4b7f3b359ced70f9a1d60a7482a062b51cc /testtools/Makefile | |
parent | 91c5b22706243c72ff269025bf03c518cd067f7d (diff) |
gbuild conversion: testtools module
Change-Id: I90787a7d239dd4f73f53d13bd5b08172ee2b6a5e
Diffstat (limited to 'testtools/Makefile')
-rw-r--r-- | testtools/Makefile | 7 |
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: |