summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-11-28 22:44:57 +0100
committerJan Holesovsky <kendy@suse.cz>2011-11-28 22:45:13 +0100
commitc66b52b0b25f437a26069ffaf591a42ab6360180 (patch)
treed4abde9d103a6af3297ff6e78e83b4bcf4bebc74 /smoketestoo_native
parentb8d2671fd0d8055bdc3fb30482c898a456ac178f (diff)
Don't run smoketest when cross-compiling.
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 24732ab45a27..eceea553b45f 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -50,8 +50,11 @@ DEF1NAME = $(SHL1TARGET)
.INCLUDE: installationtest.mk
.IF "$(depend)" == ""
+# disable smoketest when cross-compiling for now; we can use wine at some stage (?)
+.IF "$(CROSS_COMPILING)" != "YES"
ALLTAR : cpptest
.END
+.END
cpptest : $(SHL1TARGETN)