- add lib-tests path to deps.edn and remove it from shell scripts - change windows lib test batch script to write a bb.edn file - re-enable native lib tests on windows
11 lines
272 B
Batchfile
11 lines
272 B
Batchfile
if "%BABASHKA_TEST_ENV%" EQU "native" (set BB_CMD=.\bb) else (set BB_CMD=lein bb)
|
|
|
|
set EDN=lib_tests.edn
|
|
|
|
.\bb -f script/lib_tests/bb_edn_from_deps.clj %EDN%
|
|
|
|
set BABASHKA_EDN=%EDN%
|
|
|
|
%BB_CMD% -f test-resources/lib_tests/babashka/run_all_libtests.clj %*
|
|
|
|
set BABASHKA_EDN=
|