Skip to content

Commit

Permalink
Rename directory tests to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Nov 22, 2024
1 parent d7bc911 commit 422388c
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ install(TARGETS ${PROJECT_NAME}
add_subdirectory(examples)

enable_testing()
add_subdirectory(tests)
add_subdirectory(test)
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=tests
sonar.tests=test

sonar.sourceEncoding=UTF-8

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.
File renamed without changes.

0 comments on commit 422388c

Please sign in to comment.