summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-12-02 10:35:16 +0100
committerJan Holesovsky <kendy@suse.cz>2011-12-02 10:35:16 +0100
commit5d5df8c6615be1a382f660283dd0f251d1b3b278 (patch)
tree2421369f733e025980220aa3c82787d732fc4bda /smoketestoo_native
parent1820e7f575dffe53062f50f08cebf0efa37e2cc2 (diff)
Fix build on Windows.
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 333d646dcab3..bbfa24d6f417 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -47,7 +47,9 @@ SHL1USE_EXPORTS = name
DEF1NAME = $(SHL1TARGET)
.INCLUDE: target.mk
+.IF "$(RUN_SMOKETEST)" == "YES"
.INCLUDE: installationtest.mk
+.END
.IF "$(depend)" == "" && "$(RUN_SMOKETEST)" == "YES"
# disable smoketest when cross-compiling for now; we can use wine at some stage (?)