diff options
Diffstat (limited to 'decoder/do.tests.sh')
-rwxr-xr-x | decoder/do.tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/do.tests.sh b/decoder/do.tests.sh new file mode 100755 index 00000000..b3ddeb18 --- /dev/null +++ b/decoder/do.tests.sh @@ -0,0 +1 @@ +for f in *_test; do ./$f; done |