aboutsummaryrefslogtreecommitdiff
path: root/test/test.cpp
blob: 50161be01d682896bda25c94854226d843a578db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"