$OpenBSD$ fix include path Index: src/tests/tests.cpp --- src/tests/tests.cpp.orig +++ src/tests/tests.cpp @@ -3,7 +3,7 @@ // Refer to the license.txt file included. #define CATCH_CONFIG_MAIN -#include +#include // Catch provides the main function since we've given it the // CATCH_CONFIG_MAIN preprocessor directive.