Kaydet (Commit) c66b52b0 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Don't run smoketest when cross-compiling.

üst b8d2671f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment