[ re #3066 ] Make the rest of tests to use the same form as the others

This commit is contained in:
Denis Buzdalov 2023-10-03 17:23:35 +03:00 committed by G. Allais
parent 567f019230
commit a5b02747b6
6 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,6 @@
rm -rf build
$1 --no-color --console-width 0 --no-banner --check B.idr
. ../../../testutils.sh
check B.idr
# Set very close time for A and B TTC files
touch A.idr
@ -13,4 +14,4 @@ sync build/ttc/*/B.tt*
echo "-- this should be the last line of output --"
$1 --no-color --console-width 0 --no-banner --check B.idr
check B.idr

View File

@ -1,4 +1,4 @@
rm -rf build
. ../../../testutils.sh
$1 --no-color --console-width 0 --no-banner --codegen chez InlineCase.idr -o inline-case
grep "define InlineCase-product" build/exec/inline-case_app/inline-case.ss
idris2 --codegen chez InlineCase.idr -o inline-case
grep "define InlineCase-product" build/exec/inline-case_app/inline-case.ss

View File

@ -1,3 +1,3 @@
rm -rf build
. ../../../testutils.sh
$1 --no-color --console-width 0 --no-banner --check WhereData.idr
check WhereData.idr

View File

@ -1,3 +1,3 @@
rm -rf build
. ../../../testutils.sh
$1 --no-color --console-width 0 --no-banner -c Test.idr
check Test.idr

View File

@ -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

View File

@ -1,6 +1,5 @@
rm -rf build
$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
. ../../../testutils.sh
check Issue-3030.idr
check Issue-3030b.idr
check Issue-524.idr