Skip to content

Commit

Permalink
Moved benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilll committed Jul 7, 2023
1 parent f6b963a commit 5b77604
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 4 deletions.
3 changes: 1 addition & 2 deletions codbrain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_subdirectory(src)

# -- Testing only available when building standalone --
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
add_subdirectory(test)
add_subdirectory(docs)
add_subdirectory(benchmark)
add_subdirectory(tests)
endif ()
5 changes: 5 additions & 0 deletions codbrain/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# -- Unit Tests --
add_subdirectory(unit)

# -- Benchmarks --
add_subdirectory(bench)
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions codchess/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ add_subdirectory(src)

# -- Testing only available when building standalone --
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
add_subdirectory(test)
add_subdirectory(docs)
add_subdirectory(benchmark)
add_subdirectory(tests)
endif ()
5 changes: 5 additions & 0 deletions codchess/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# -- Unit Tests --
add_subdirectory(unit)

# -- Benchmarks --
add_subdirectory(bench)
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 5b77604

Please sign in to comment.