mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 01:41:44 +03:00
[ re #3066 ] Make the rest of tests to use the same form as the others
This commit is contained in:
parent
567f019230
commit
a5b02747b6
@ -1,5 +1,6 @@
|
|||||||
rm -rf build
|
. ../../../testutils.sh
|
||||||
$1 --no-color --console-width 0 --no-banner --check B.idr
|
|
||||||
|
check B.idr
|
||||||
|
|
||||||
# Set very close time for A and B TTC files
|
# Set very close time for A and B TTC files
|
||||||
touch A.idr
|
touch A.idr
|
||||||
@ -13,4 +14,4 @@ sync build/ttc/*/B.tt*
|
|||||||
|
|
||||||
echo "-- this should be the last line of output --"
|
echo "-- this should be the last line of output --"
|
||||||
|
|
||||||
$1 --no-color --console-width 0 --no-banner --check B.idr
|
check B.idr
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
rm -rf build
|
. ../../../testutils.sh
|
||||||
|
|
||||||
$1 --no-color --console-width 0 --no-banner --codegen chez InlineCase.idr -o inline-case
|
idris2 --codegen chez InlineCase.idr -o inline-case
|
||||||
grep "define InlineCase-product" build/exec/inline-case_app/inline-case.ss
|
grep "define InlineCase-product" build/exec/inline-case_app/inline-case.ss
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
rm -rf build
|
. ../../../testutils.sh
|
||||||
|
|
||||||
$1 --no-color --console-width 0 --no-banner --check WhereData.idr
|
check WhereData.idr
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
rm -rf build
|
. ../../../testutils.sh
|
||||||
|
|
||||||
$1 --no-color --console-width 0 --no-banner -c Test.idr
|
check Test.idr
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
rm -rf build
|
. ../../../testutils.sh
|
||||||
|
|
||||||
$1 --no-color --console-width 0 --no-banner --check Test.lidr.md
|
check Test.lidr.md
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
rm -rf build
|
. ../../../testutils.sh
|
||||||
|
|
||||||
$1 --no-color --console-width 0 --no-banner --check Issue-3030.idr
|
|
||||||
$1 --no-color --console-width 0 --no-banner --check Issue-3030b.idr
|
|
||||||
$1 --no-color --console-width 0 --no-banner --check Issue-524.idr
|
|
||||||
|
|
||||||
|
check Issue-3030.idr
|
||||||
|
check Issue-3030b.idr
|
||||||
|
check Issue-524.idr
|
||||||
|
Loading…
Reference in New Issue
Block a user