otfm-python/test.sh

4 lines
134 B
Bash
Raw Normal View History

2021-03-07 14:40:58 +00:00
#/usr/bin/env sh
cat tests/test_input | ./pymacro > tests/test_actual_output
diff tests/test_actual_output tests/test_expected_output