gpr
gpr copied to clipboard
run all tests failed
I successfully build the code but when I run the all test, it gives me the error:
all-tests is a Catch v1.3.1 host application.
Run with -? for options
-------------------------------------------------------------------------------
Full sample parsing
Parse HAAS sample
-------------------------------------------------------------------------------
/home/flexiv/Downloads/gpr/test/parser_tests.cpp:170
...............................................................................
/home/flexiv/Downloads/gpr/test/parser_tests.cpp:203: FAILED:
due to a fatal error condition:
SIGSEGV - Segmentation violation signal
===============================================================================
test cases: 19 | 18 passed | 1 failed
assertions: 28 | 27 passed | 1 failed
It seems the parser did not succeed when handling the file HAAS_sample.NCF.
Add FILE(COPY gcode_samples DESTINATION ${CMAKE_CURRENT_BINARY_DIR} )
into CMakeLists.txt