Add tests for cpp_macro_definition parsing

This commit is contained in:
Jonathan Müller 2017-02-12 22:11:25 +01:00
commit 58cc481318
5 changed files with 127 additions and 1 deletions

6
test/test.cpp Normal file
View 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>