mirror of
https://github.com/nlohmann/json.git
synced 2026-02-22 03:16:25 +00: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:
@@ -18,7 +18,7 @@ using nlohmann::json;
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <test_data.hpp>
|
||||
#include "make_test_data_available.hpp"
|
||||
|
||||
// this test suite uses static variables with non-trivial destructors
|
||||
DOCTEST_CLANG_SUPPRESS_WARNING_PUSH
|
||||
|
||||
Reference in New Issue
Block a user