8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3170558 commit 1d5721fCopy full SHA for 1d5721f
test/Misc/CMakeLists.txt
@@ -3,6 +3,7 @@
3
# MIT License
4
5
add_executable(MiscTests
6
+ empty.cpp
7
FloatParts.cpp
8
StringWriter.cpp
9
TypeTraits.cpp
test/Misc/empty.cpp
@@ -0,0 +1,7 @@
1
+// ArduinoJson - arduinojson.org
2
+// Copyright Benoit Blanchon 2014-2019
+// MIT License
+
+// catch.hpp mutes several warnings, this file allows to detect them
+#include "ArduinoJson.h"
0 commit comments