Specify C++ standard in integration test
This commit is contained in:
parent
144f94da5a
commit
72850d4362
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ TEST_CASE("cppast", "[!hide][integration]")
|
|||
|
||||
libclang_compilation_database database(CPPAST_COMPILE_COMMANDS);
|
||||
libclang_compile_config config(database, CPPAST_INTEGRATION_FILE);
|
||||
config.set_flags(cpp_standard::cpp_latest);
|
||||
config.fast_preprocessing(true);
|
||||
parse_files(parser, files, config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue