1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-24 02:21:01 +03:00

Add error message if test suite cannot be found (#3585)

* 🚸 add error message if test suite cannot be found

Fixes #3584
This commit is contained in:
Niels Lohmann
2022-07-20 12:41:33 +02:00
committed by GitHub
parent 527da54dcb
commit feef0eb595
17 changed files with 53 additions and 15 deletions

View File

@ -16,7 +16,7 @@ using nlohmann::json;
#include <fstream>
#include <sstream>
#include <iomanip>
#include <test_data.hpp>
#include "make_test_data_available.hpp"
TEST_CASE("Unicode (1/5)" * doctest::skip())
{