mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-17 06:32:36 +01:00
16 lines
594 B
Diff
16 lines
594 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5f59d19..b439ce0 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -399,9 +399,6 @@ if (BASH_PROGRAM)
|
|
add_test(run_test_2
|
|
"${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_2")
|
|
- add_test(run_test_3
|
|
- "${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
|
|
- "${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_3")
|
|
add_test(run_test_4
|
|
"${BASH_PROGRAM}" "${CMAKE_CURRENT_BINARY_DIR}/test/bin/wrapper"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/test/bin/run_test_4")
|
|
|