Skip to content

Commit

Permalink
refactor: rename test folder to tests for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
csirianni committed Dec 9, 2023
1 parent e74c447 commit ff0fad4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.27)
project(pdl LANGUAGES CXX)

add_subdirectory("src")
add_subdirectory("test")
add_subdirectory("tests")

if(NOT DEFINED CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD_20)
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 ff0fad4

Please sign in to comment.