mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 12:12:25 +00:00
Add confidence tests.
This commit is contained in:
parent
1304822769
commit
efefcf0fb4
27 changed files with 1720 additions and 0 deletions
5
src/test/confidence/testresult.sh
Executable file
5
src/test/confidence/testresult.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
# '.' this from indiviual test.sh files
|
||||
if diff -b expected result
|
||||
then printf "PASSED: $PWD\n\n"
|
||||
else printf "FAILED: $PWD\n\n"; exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue