Skip to content

Commit

Permalink
Enable SKRYPT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Jan 11, 2025
1 parent 3aa0a19 commit a52b2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Configure CMake
working-directory: ${{github.workspace}}/build
run: cmake ${{github.workspace}} -DOPENMIND_BUILD_SAMPLES=OFF -DOPENMIND_BUILD_TESTS=OFF -DOPENMIND_USE_OPENCL=OFF -G "Ninja Multi-Config" -DOPENMIND_USE_VCPKG=NO
run: cmake ${{github.workspace}} -DOPENMIND_BUILD_SAMPLES=OFF -DOPENMIND_BUILD_TESTS=ON -DOPENMIND_USE_OPENCL=OFF -G "Ninja Multi-Config" -DOPENMIND_USE_VCPKG=NO

- name: Build
working-directory: ${{github.workspace}}/build
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ FetchContent_Declare(openmind
FetchContent_MakeAvailable(openmind)

if(BUILD_TESTS OR OPENMIND_BUILD_TESTS)
add_definitions(-DBOOST_TEST_DYN_LINK)
enable_testing()
endif(BUILD_TESTS OR OPENMIND_BUILD_TESTS)

Expand Down

0 comments on commit a52b2eb

Please sign in to comment.