Skip to content

Commit 958cbc2

Browse files
committed
[DEBUG]
1 parent 9d3e743 commit 958cbc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export RUSTC=false # ensure that cg_llvm isn't accidentally used
88
MY_RUSTC="$(pwd)/build/bin/cg_clif.exe $RUSTFLAGS -L crate=target/out --out-dir target/out -Cdebuginfo=2"
99

1010
function no_sysroot_tests() {
11+
ls build/bin
12+
1113
echo "[BUILD] mini_core"
1214
$MY_RUSTC example/mini_core.rs --crate-name mini_core --crate-type lib,dylib --target "$TARGET_TRIPLE"
1315

0 commit comments

Comments
 (0)