blob: 6d90180ee333f9f26b231220c77e48dd7e2ce8ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|