Skip to content

Commit

Permalink
Merge pull request #369 from NilFoundation/368-enable-wall
Browse files Browse the repository at this point in the history
Enable -Wall for tests.
  • Loading branch information
vo-nil authored Apr 29, 2024
2 parents 340ffbd + b01e26b commit 17d0787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

include(CMTest)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")


cm_find_package(Boost REQUIRED COMPONENTS random unit_test_framework)

cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME}
Expand Down

0 comments on commit 17d0787

Please sign in to comment.