aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-08-27 05:15:24 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-08-27 05:15:24 -0400
commitff2c7946128fac8488e393655e1a3371983b7620 (patch)
tree15119490155b6f5dd5dd047f2194c0318e3a3a51 /ci
parent91536813ec5d159ed4bea857621ed10a1216411a (diff)
downloadzig-ff2c7946128fac8488e393655e1a3371983b7620.tar.gz
zig-ff2c7946128fac8488e393655e1a3371983b7620.zip
all behavior tests passing for macos
See #273
Diffstat (limited to 'ci')
-rwxr-xr-xci/travis_osx_script4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/travis_osx_script b/ci/travis_osx_script
index cc21bf819f..316c96e4cd 100755
--- a/ci/travis_osx_script
+++ b/ci/travis_osx_script
@@ -12,5 +12,7 @@ cd build
cmake .. -DCMAKE_PREFIX_PATH=$PREFIX_DIR -DCMAKE_INSTALL_PREFIX=$(pwd) -DZIG_LIBC_LIB_DIR=$(dirname $($CC -print-file-name=crt1.o)) -DZIG_LIBC_INCLUDE_DIR=$(echo -n | $CC -E -x c - -v 2>&1 | grep -B1 "End of search list." | head -n1 | cut -c 2- | sed "s/ .*//") -DZIG_LIBC_STATIC_LIB_DIR=$(dirname $($CC -print-file-name=crtbegin.o))
make VERBOSE=1
make install
-# TODO get tests passing on macos
+# TODO get full test suite passing on macos
+./zig test ../test/behavior.zig
+./zig test ../test/behavior.zig --release-fast
# ./zig build --build-file ../build.zig test