mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
. ../../../testutils.sh
|
|
|
|
rm -rf Exe/build
|
|
rm -rf Lib/build
|
|
|
|
cd Lib
|
|
idris2 --build
|
|
cd ..
|
|
cd Exe
|
|
check --find-ipkg Mod.idr
|
|
run --find-ipkg Mod.idr
|