blob: a9284f50b77d908f52ec3caa48a7a5a44dc03c36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh -e
./test/fileop_test_utils
./test/file_util_test
./test/interface_test
./test/fileop_test_set_get_remove
./test/fileop_test_unit
./test/fileop_test_unit_memory
./test/interface_test_unit
./test/interface_test_filebreak
./test/interface_test_unit_memory
|