We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7cf6e commit 4d9de4fCopy full SHA for 4d9de4f
1 file changed
tests/binance/CMakeLists.txt
@@ -25,4 +25,3 @@ add_executable(${Target} main.cpp)
25
target_compile_features(${Target} PRIVATE cxx_std_20)
26
target_compile_options(${Target} PRIVATE -Wall -Wextra)
27
target_link_libraries(${Target} PRIVATE spot_2_0 nlohmann_json::nlohmann_json)
28
-add_test(${Target} ${Target})
0 commit comments