-
Notifications
You must be signed in to change notification settings - Fork 8
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
make check fails #11
Comments
Hi there,
I have the same. But I don't have the time to look at this now. Feel free to fix it, it’s probably a minor thing.
Heinz is not affected and works fine.
Best,
Gunnar
… On 7. May 2018, at 18:45, KC ***@***.***> wrote:
Hi
I was able to compile heinz and was running the tests and this fails. Does this affect the results or use of heinz?
Thank you.
/home/ksoh/heinz/build# make check
Scanning dependencies of target check_mwcs_solution
[ 11%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/dimacs/check_mwcs_solution.cpp.o
[ 22%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/utils.cpp.o
[ 33%] Linking CXX executable check_mwcs_solution
[ 33%] Built target check_mwcs_solution
Scanning dependencies of target check_pcst_solution
[ 44%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/dimacs/check_pcst_solution.cpp.o
[ 55%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/utils.cpp.o
[ 66%] Linking CXX executable check_pcst_solution
[ 66%] Built target check_pcst_solution
[100%] Built target heinz_mwcs_no_dc
Scanning dependencies of target check
Test project /home/ksoh/heinz/build
Start 1: heinz_mwcs_no_dc
1/1 Test #1: heinz_mwcs_no_dc .................***Failed 0.02 sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.02 sec
The following tests FAILED:
1 - heinz_mwcs_no_dc (Failed)
Errors while running CTest
CMakeFiles/check.dir/build.make:59: recipe for target 'CMakeFiles/check' failed
make[3]: *** [CMakeFiles/check] Error 8
CMakeFiles/Makefile2:69: recipe for target 'CMakeFiles/check.dir/all' failed
make[2]: *** [CMakeFiles/check.dir/all] Error 2
CMakeFiles/Makefile2:76: recipe for target 'CMakeFiles/check.dir/rule' failed
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
Makefile:129: recipe for target 'check' failed
make: *** [check] Error 2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I was able to compile heinz and was running the tests and this fails. Does this affect the results or use of heinz?
Thank you.
/home/ksoh/heinz/build# make check
Scanning dependencies of target check_mwcs_solution
[ 11%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/dimacs/check_mwcs_solution.cpp.o
[ 22%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/utils.cpp.o
[ 33%] Linking CXX executable check_mwcs_solution
[ 33%] Built target check_mwcs_solution
Scanning dependencies of target check_pcst_solution
[ 44%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/dimacs/check_pcst_solution.cpp.o
[ 55%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/utils.cpp.o
[ 66%] Linking CXX executable check_pcst_solution
[ 66%] Built target check_pcst_solution
[100%] Built target heinz_mwcs_no_dc
Scanning dependencies of target check
Test project /home/ksoh/heinz/build
Start 1: heinz_mwcs_no_dc
1/1 Test #1: heinz_mwcs_no_dc .................***Failed 0.02 sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.02 sec
The following tests FAILED:
1 - heinz_mwcs_no_dc (Failed)
Errors while running CTest
CMakeFiles/check.dir/build.make:59: recipe for target 'CMakeFiles/check' failed
make[3]: *** [CMakeFiles/check] Error 8
CMakeFiles/Makefile2:69: recipe for target 'CMakeFiles/check.dir/all' failed
make[2]: *** [CMakeFiles/check.dir/all] Error 2
CMakeFiles/Makefile2:76: recipe for target 'CMakeFiles/check.dir/rule' failed
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
Makefile:129: recipe for target 'check' failed
make: *** [check] Error 2
The text was updated successfully, but these errors were encountered: