Skip to content

Commit

Permalink
Renamed dir native_api_tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
  • Loading branch information
Jerry-Jinfeng-Guo committed Sep 13, 2024
1 parent 44a00c7 commit 466cd38
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sonar.projectVersion=1.0

# include C++ and Python source file
# since the C++ part is header only, also include the C++ unit test .cpp file
sonar.sources=src,tests/cpp_unit_tests,tests/cpp_integration_tests,tests/cpp_validation_tests,tests/api_tests,power_grid_model_c
sonar.sources=src,tests/cpp_unit_tests,tests/cpp_integration_tests,tests/cpp_validation_tests,tests/native_api_tests,power_grid_model_c
sonar.tests=tests/unit
sonar.sourceEncoding=UTF-8

Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(doctest REQUIRED)

include("${doctest_DIR}/doctest.cmake")

add_subdirectory("api_tests")
add_subdirectory("native_api_tests")
add_subdirectory("cpp_unit_tests")
add_subdirectory("cpp_integration_tests")
add_subdirectory("cpp_validation_tests")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 466cd38

Please sign in to comment.