"include/ck/utility/functional2.hpp" did not exist on "7a7fe160866b7b2893be698d77b70cc8cf754fb5"
Commit e14ae85a authored by Paul's avatar Paul
Browse files

Try to print the exception

parent 26d7fa97
...@@ -38,6 +38,7 @@ function(add_test_command NAME EXE) ...@@ -38,6 +38,7 @@ function(add_test_command NAME EXE)
-ex "set disable-randomization off" -ex "set disable-randomization off"
-ex "catch throw" -ex "catch throw"
-ex run -ex run
-ex "print $_exception"
-ex backtrace -ex backtrace
--args $<TARGET_FILE:${EXE}> ${ARGN}) --args $<TARGET_FILE:${EXE}> ${ARGN})
else() else()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment