diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 08:02:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-18 08:02:22 -0700 |
commit | c9188d676e69d9bba0903c9db4b40c1dfe4fa769 (patch) | |
tree | 9874c0ef4efd5fe589b194e5f0d517675065f99d /runtests | |
parent | bba2dfc3f98516133c39b9b763f6c67350d07139 (diff) | |
download | cppawk-c9188d676e69d9bba0903c9db4b40c1dfe4fa769.tar.gz cppawk-c9188d676e69d9bba0903c9db4b40c1dfe4fa769.tar.bz2 cppawk-c9188d676e69d9bba0903c9db4b40c1dfe4fa769.zip |
Add runtests script.
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtests b/runtests new file mode 100755 index 0000000..9c0cbc2 --- /dev/null +++ b/runtests @@ -0,0 +1,2 @@ +#!/bin/sh +./testsuite.cwk < testcases |