Skip to content

Commit 167fe11

Browse files
authored
Remove USE_FUNC_TESTS and USE_PERF_TESTS variable definitions in CMake (#592)
1 parent 60a1dc0 commit 167fe11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ project(parallel_programming_course LANGUAGES C CXX)
22

33
message(STATUS "Student's tasks")
44

5-
# ——— Testing options ————————————————————————————————————————
6-
option(USE_FUNC_TESTS "Enable functional tests" OFF)
7-
option(USE_PERF_TESTS "Enable performance tests" OFF)
8-
95
# Test runner executables
106
set(FUNC_TEST_EXEC ppc_func_tests)
117
set(PERF_TEST_EXEC ppc_perf_tests)

0 commit comments

Comments
 (0)