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 b8840fc commit 56c7367Copy full SHA for 56c7367
tests/CMakeLists.txt
@@ -129,8 +129,7 @@ set(TEST_SOURCES
129
${CMAKE_CURRENT_SOURCE_DIR}/Keys.cpp ${CMAKE_CURRENT_SOURCE_DIR}/HelperTest.cpp
130
${CMAKE_CURRENT_SOURCE_DIR}/TestMain.cpp ${CMAKE_CURRENT_SOURCE_DIR}/TokenTest.cpp
131
${CMAKE_CURRENT_SOURCE_DIR}/JwksTest.cpp ${CMAKE_CURRENT_SOURCE_DIR}/OpenSSLErrorTest.cpp
132
- ${CMAKE_CURRENT_SOURCE_DIR}/traits/PicoJsonTest.cpp
133
- ${CMAKE_CURRENT_SOURCE_DIR}/traits/NlohmannTest.cpp)
+ ${CMAKE_CURRENT_SOURCE_DIR}/traits/PicoJsonTest.cpp ${CMAKE_CURRENT_SOURCE_DIR}/traits/NlohmannTest.cpp)
134
135
# Add trait-specific test files (legacy, for additional trait-specific tests)
136
if(TARGET jsoncons)
0 commit comments