From 3a9ccfac226918727532c03892b20b4d705a3558 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 12 Jan 2017 21:35:27 +0100 Subject: [PATCH] :construction: cleanup --- test/CMakeLists.txt | 2 +- test/Makefile | 4 ++-- test/src/{unit-version.cpp => unit-meta.cpp} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename test/src/{unit-version.cpp => unit-meta.cpp} (97%) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 11c8d5b1..62213ad3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -26,6 +26,7 @@ add_executable(${JSON_UNITTEST_TARGET_NAME} "src/unit-iterators2.cpp" "src/unit-json_patch.cpp" "src/unit-json_pointer.cpp" + "src/unit-meta.cpp" "src/unit-modifiers.cpp" "src/unit-msgpack.cpp" "src/unit-pointer_access.cpp" @@ -35,7 +36,6 @@ add_executable(${JSON_UNITTEST_TARGET_NAME} "src/unit-serialization.cpp" "src/unit-testsuites.cpp" "src/unit-unicode.cpp" - "src/unit-version.cpp" ) set_target_properties(${JSON_UNITTEST_TARGET_NAME} PROPERTIES diff --git a/test/Makefile b/test/Makefile index 5f7d55b2..3d5595d2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -30,6 +30,7 @@ SOURCES = src/unit.cpp \ src/unit-iterators2.cpp \ src/unit-json_patch.cpp \ src/unit-json_pointer.cpp \ + src/unit-meta.cpp \ src/unit-modifiers.cpp \ src/unit-msgpack.cpp \ src/unit-pointer_access.cpp \ @@ -38,8 +39,7 @@ SOURCES = src/unit.cpp \ src/unit-regression.cpp \ src/unit-serialization.cpp \ src/unit-testsuites.cpp \ - src/unit-unicode.cpp \ - src/unit-version.cpp + src/unit-unicode.cpp OBJECTS = $(SOURCES:.cpp=.o) diff --git a/test/src/unit-version.cpp b/test/src/unit-meta.cpp similarity index 97% rename from test/src/unit-version.cpp rename to test/src/unit-meta.cpp index f7b16e19..7040042e 100644 --- a/test/src/unit-version.cpp +++ b/test/src/unit-meta.cpp @@ -1,7 +1,7 @@ /* __ _____ _____ _____ __| | __| | | | JSON for Modern C++ (test suite) -| | |__ | | | | | | version 2.0.9 +| | |__ | | | | | | version 2.0.10 |_____|_____|_____|_|___| https://github.com/nlohmann/json Licensed under the MIT License .