-
Notifications
You must be signed in to change notification settings - Fork 45
Description
git clone https://github.com/kingsfordgroup/sailfish.git
cd sailfish
mkdir build
cmake -DFETCH_BOOST=TRUE -DCMAKE_INSTALL_PREFIX=/usr/local/sailfish
make
make install
vim /etc/profile
export LD_LIBRARY_PATH=/usr/local/sailfish/lib
export PATH=/usr/local/sailfish/bin:$PATH
make test
[root@RXZQ01 sailfish]# make test
Running tests...
/usr/bin/ctest --force-new-ctest-process
Test project /root/sailfish
Start 1: unit_tests
1/2 Test #1: unit_tests ....................... Passed 23.59 sec
Start 2: simple_test
2/2 Test #2: simple_test ......................***Failed 0.01 sec
50% tests passed, 1 tests failed out of 2
Total Test time (real) = 23.61 sec
The following tests FAILED:
2 - simple_test (Failed)
Errors while running CTest
make: *** [test] 错误 8
[root@RXZQ01 sailfish]#