diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run-test.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/run-test.sh b/tools/run-test.sh index 2bebbd2..a9284f5 100755 --- a/tools/run-test.sh +++ b/tools/run-test.sh @@ -1,8 +1,12 @@ #!/bin/sh -e -./test/interface_test_unit ./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 + |