File size: 220 Bytes
5610573
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh

set -e
./test_invert | sed -e 's,-0\.0,0.0,g' > _test_invert.out
compare_table invert _test_invert.out $tests/unit/test_matrix/_test_invert.res
rm -f _test_invert.out