We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a1dc0 commit 167fe11Copy full SHA for 167fe11
tasks/CMakeLists.txt
@@ -2,10 +2,6 @@ project(parallel_programming_course LANGUAGES C CXX)
2
3
message(STATUS "Student's tasks")
4
5
-# ——— Testing options ————————————————————————————————————————
6
-option(USE_FUNC_TESTS "Enable functional tests" OFF)
7
-option(USE_PERF_TESTS "Enable performance tests" OFF)
8
-
9
# Test runner executables
10
set(FUNC_TEST_EXEC ppc_func_tests)
11
set(PERF_TEST_EXEC ppc_perf_tests)
0 commit comments