From df81b2597cec18a36842f5b43c6bb92c215b0830 Mon Sep 17 00:00:00 2001 From: pantor Date: Sat, 2 Dec 2017 16:10:57 +0100 Subject: [PATCH] add unit files test --- test/src/unit-files.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/src/unit-files.cpp b/test/src/unit-files.cpp index 2ccd774..c1450a1 100644 --- a/test/src/unit-files.cpp +++ b/test/src/unit-files.cpp @@ -6,7 +6,7 @@ using json = nlohmann::json; -/* TEST_CASE("loading") { +TEST_CASE("loading") { inja::Environment env = inja::Environment(); json data; data["name"] = "Jeff"; @@ -32,4 +32,4 @@ TEST_CASE("complete-files") { CHECK( env.render_template_with_json_file(test_name + "/template.txt", test_name + "/data.json") == env.load_global_file(test_name + "/result.txt") ); } } -} */ +}