mirror of
https://github.com/pantor/inja.git
synced 2026-02-19 18:06:24 +00:00
14 lines
320 B
C++
14 lines
320 B
C++
// Copyright (c) 2020 Pantor. All rights reserved.
|
|
|
|
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
|
|
|
#include "doctest/doctest.h"
|
|
#include "inja/inja.hpp"
|
|
|
|
const std::string test_file_directory {"../test/data/"};
|
|
|
|
#include "test-files.cpp"
|
|
#include "test-functions.cpp"
|
|
#include "test-renderer.cpp"
|
|
#include "test-units.cpp"
|