diff options
Diffstat (limited to 'genqrcode/tests/test_basic.sh')
| -rwxr-xr-x | genqrcode/tests/test_basic.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/genqrcode/tests/test_basic.sh b/genqrcode/tests/test_basic.sh new file mode 100755 index 0000000000..6d90180ee3 --- /dev/null +++ b/genqrcode/tests/test_basic.sh @@ -0,0 +1,13 @@ +#!/bin/sh -e +./test_bitstream +./test_estimatebit +./test_qrencode +./test_qrinput +./test_qrspec +./test_rs +./test_split +./test_split_urls +./test_mask +./test_mqrspec +./test_mmask +./test_monkey |
