diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-12 13:39:52 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-19 19:24:32 +0100 |
commit | a391a096bd3e0f96ba21cc42ee7dd46c7faeb2b2 (patch) | |
tree | 975ada569143f67942ecfa086ed205f9c1139247 /smoketest/Makefile | |
parent | 8c2a56253abe04b76395e8eea1d2a9d9893601cf (diff) |
gbuild'ize smoketest(oo_native) and merge them
Add smoketest to tail_build and make it a subsequentcheck target.
Diffstat (limited to 'smoketest/Makefile')
-rw-r--r-- | smoketest/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/smoketest/Makefile b/smoketest/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/smoketest/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: |