Skip to content

Commit

Permalink
test for win with bats seem finally fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 1, 2024
1 parent d66ec99 commit 054eea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
make win-native
- name: Run tests
run: |
make check CJIT=./cjit.exe
make check
osx-native-test:
name: 🍎 OSX native test
Expand Down
2 changes: 0 additions & 2 deletions test/bats_setup
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ setup() {
>&2 echo "CJIT is not built, cannot run test suite"
exit 1
}
>&3 echo "CJIT = $CJIT"

TCC="${R}/lib/tinycc/tcc"
[ -r "$TCC" ] || TCC="${R}/lib/tinycc/tcc.exe"
}

0 comments on commit 054eea2

Please sign in to comment.