File size: 180 Bytes
5610573 | 1 2 3 4 5 6 7 | #!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
set -e
"${CMAKE_BINARY_DIR}/test_feat" > _test_feat.out
compare_table feat _test_feat.out $tests/unit/test_feat/_test_feat.res
|
5610573 | 1 2 3 4 5 6 7 | #!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
set -e
"${CMAKE_BINARY_DIR}/test_feat" > _test_feat.out
compare_table feat _test_feat.out $tests/unit/test_feat/_test_feat.res
|