Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors while running CTest #115

Open
liuwenzeng opened this issue Jan 7, 2020 · 0 comments
Open

Errors while running CTest #115

liuwenzeng opened this issue Jan 7, 2020 · 0 comments

Comments

@liuwenzeng
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant