kingsfordgroup / sailfish

Rapid Mapping-based Isoform Quantification from RNA-Seq Reads
http://www.cs.cmu.edu/~ckingsf/software/sailfish
GNU General Public License v3.0
124 stars 45 forks source link

Errors while running CTest #115

Open liuwenzeng opened 4 years ago

liuwenzeng commented 4 years ago

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]#