Skip to content

Commit

Permalink
Switch the Tests ON (#16)
Browse files Browse the repository at this point in the history
* Switch the Test on

Changes to be committed:
	modified:   .github/workflows/cmake-multi-platform.yml

* Disable the TestBucket test for now
  • Loading branch information
franziska-wegner committed Dec 7, 2023
1 parent 3ee97be commit 0794412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
-DEGOA_ENABLE_IPOPT=OFF
-DEGOA_ENABLE_OGDF=OFF
-DEGOA_ENABLE_OPENMP=OFF
-DEGOA_ENABLE_TESTS=OFF
-DEGOA_ENABLE_TESTS=ON
-DEGOA_ENABLE_VERBOSE_MAKEFILE=ON
-DEGOA_PEDANTIC_AS_ERRORS=OFF
-DEGOA_PEDANTIC_MODE=ON
Expand Down
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# target_link_libraries(TestMappingBinaryHeap EGOA gtest gtest_main gmock_main)
# add_test(NAME TestMappingBinaryHeap COMMAND TestMappingBinaryHeap)

add_executable(TestBucket DataStructures/Container/TestBucket.cpp)
target_link_libraries(TestBucket EGOA gtest gtest_main gmock_main)
add_test(NAME TestBucket COMMAND TestBucket)
# add_executable(TestBucket DataStructures/Container/TestBucket.cpp)
# target_link_libraries(TestBucket EGOA gtest gtest_main gmock_main)
# add_test(NAME TestBucket COMMAND TestBucket)

####################################################################################
# Tests for GRAPH data structures ##################################################
Expand Down

0 comments on commit 0794412

Please sign in to comment.