Browse Source

Fix tests script

macOS
Macoy Madson 2 years ago
parent
commit
e2832ede70
  1. 2
      BuildAndRunTests_Mac.sh

2
BuildAndRunTests_Mac.sh

@ -1,6 +1,6 @@
#!/bin/sh
# Make sure Cakelisp is up to date
. ./Build.sh || exit $?
. ./Build_Mac.sh || exit $?
./bin/cakelisp runtime/Config_MacOS.cake test/RunTests.cake || exit $?

Loading…
Cancel
Save