Add an empty cpp file to detect warnings muted by catch.hpp

This commit is contained in:
Benoit Blanchon
2019-02-28 09:32:56 +01:00
parent 3170558d6d
commit 1d5721f3bd
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# MIT License
add_executable(MiscTests
empty.cpp
FloatParts.cpp
StringWriter.cpp
TypeTraits.cpp

7
test/Misc/empty.cpp Normal file
View File

@ -0,0 +1,7 @@
// ArduinoJson - arduinojson.org
// Copyright Benoit Blanchon 2014-2019
// MIT License
// catch.hpp mutes several warnings, this file allows to detect them
#include "ArduinoJson.h"