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