Skip to content

Commit

Permalink
Rename test directory to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Nov 30, 2024
1 parent 82c4697 commit 5cdf58b
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ endif()
add_subdirectory(examples)

enable_testing()
add_subdirectory(test)
add_subdirectory(tests)
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar.projectName=qwtble
sonar.projectVersion=1.0

sonar.sources=src
sonar.tests=test
sonar.tests=tests

sonar.sourceEncoding=UTF-8

Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt → tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET(PROJECT_TEST ${PROJECT_NAME}-test )
SET(PROJECT_TEST ${PROJECT_NAME}-tests)

set(${PROJECT_TEST}_SOURCES
Tests.cpp
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5cdf58b

Please sign in to comment.