From 514cb71a6a3e116c229c5dc874369f8632530dc7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 27 Apr 2021 11:23:17 +0200 Subject: Squashed 'deps/inja/' content from commit 811e173 git-subtree-dir: deps/inja git-subtree-split: 811e1730e13bca4ea1805a42d5f0a4b5c91046e1 --- test/test.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/test.cpp (limited to 'test/test.cpp') diff --git a/test/test.cpp b/test/test.cpp new file mode 100644 index 0000000..50161be --- /dev/null +++ b/test/test.cpp @@ -0,0 +1,15 @@ +// Copyright (c) 2020 Pantor. All rights reserved. + +#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN + +#include "doctest/doctest.h" +#include "inja/inja.hpp" + +using json = nlohmann::json; + +const std::string test_file_directory {"../test/data/"}; + +#include "test-files.cpp" +#include "test-functions.cpp" +#include "test-renderer.cpp" +#include "test-units.cpp" -- cgit v1.2.3