mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 08:42:24 +00:00
5 lines
140 B
Bash
Executable file
5 lines
140 B
Bash
Executable file
# '.' 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
|