diff options
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rwxr-xr-x | smoketestoo_native/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index eceea553b45f..333d646dcab3 100755 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -49,10 +49,12 @@ DEF1NAME = $(SHL1TARGET) .INCLUDE: target.mk .INCLUDE: installationtest.mk -.IF "$(depend)" == "" +.IF "$(depend)" == "" && "$(RUN_SMOKETEST)" == "YES" # disable smoketest when cross-compiling for now; we can use wine at some stage (?) .IF "$(CROSS_COMPILING)" != "YES" ALLTAR : cpptest +.ELSE +ALLTAR : .END .END |