Add tests for cpp_macro_definition parsing
This commit is contained in:
parent
0684be5788
commit
58cc481318
5 changed files with 127 additions and 1 deletions
6
test/test.cpp
Normal file
6
test/test.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Copyright (C) 2017 Jonathan Müller <jonathanmueller.dev@gmail.com>
|
||||
// This file is subject to the license terms in the LICENSE file
|
||||
// found in the top-level directory of this distribution.
|
||||
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include <catch.hpp>
|
||||
Loading…
Add table
Add a link
Reference in a new issue