Skip to content

Commit f51149c

Browse files
build: disable PHY tests requiring test vectors
1 parent 308d0c4 commit f51149c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
6464
option(AUTO_DETECT_ISA "Enable automatic ISA detection" ON)
6565
option(BUILD_TESTS "Compile tests" ON)
6666
option(ENABLE_GPROF "Enable gprof" OFF)
67-
option(USE_PHY_TESTVECTORS "Enable testvector PHY tests" ON)
67+
option(USE_PHY_TESTVECTORS "Enable testvector PHY tests" OFF)
6868
# Set assertion level options and default value.
6969
set(ASSERT_LEVEL "AUTO" CACHE STRING "Assertion paranoia level")
7070
set_property(CACHE ASSERT_LEVEL PROPERTY STRINGS AUTO MINIMAL NORMAL PARANOID)

0 commit comments

Comments
 (0)