Test executable failing only when run in ctest

Viewed 3325

When I use the ctest interface to cmake (add_test(...)), and run the make target make test, several of my tests fail. When I run each test directly at the command line from the binary build folder, they all work.

What can I use to debug this?

2 Answers
Related