Commit c42f7309b6
Changed files (1)
ci/travis_linux_script
@@ -14,21 +14,21 @@ make VERBOSE=1
make install
./zig build --build-file ../build.zig test
-./zig test ../std/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc
+./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc
wine64 test.exe
-./zig test ../std/behavior.zig --target-os windows --target-arch i386 --target-environ msvc
+./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc
wine test.exe
-./zig test ../std/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-fast
+./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-fast
wine64 test.exe
-./zig test ../std/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-fast
+./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-fast
wine test.exe
# TODO fix bug
-# ./zig test ../std/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-safe
+# ./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-safe
# wine64 test.exe
-./zig test ../std/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-safe
+./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-safe
wine test.exe