Skip to content

Commit

Permalink
prepare reusable test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Dec 10, 2024
1 parent 611da4d commit d5878a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
$1 --no-color --console-width 0 --no-banner --package pg-idris --package pg-idris-tests --package indexed --package elab-util --package parser --package parser-json $2 < $3
2 changes: 1 addition & 1 deletion tests/table_query/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$1 --no-color --console-width 0 --no-banner --package pg-idris --package pg-idris-tests --package indexed --package parser-json TableQuery.idr < input
../run.sh $1 TableQuery.idr input

rm -rf build

0 comments on commit d5878a9

Please sign in to comment.