standardese/cppast

catch.hpp

dchapiesky opened this issue · 0 comments

Latest revision...

in test/test_parser.h, test/cpp_token.cpp, libclang_parser.cpp, parser.cpp

#include <catch.hpp> goes out searches system directories and finds a catch.hpp which is NOT the catch.hpp you were expecting.

Many errors relating to REQUIRE, REQUIRE_NOTHROW, & INFO being undefined.

#include "catch.hpp" with a copy locally in the test directory seems to work but that is a hack on my part.