blob: f0384836d78422492ab36cb5ff4ae63740c7beed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From: Sebastian Ramacher <sramacher@debian.org>
Date: Mon, 1 Apr 2024 15:13:03 +0200
Subject: Temporarily disable CPU test
Parsing of the max CPU frequency is broken on ARM.
---
tests/libgav1_tests.cmake | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/libgav1_tests.cmake b/tests/libgav1_tests.cmake
index 209054b..3fa8491 100644
--- a/tests/libgav1_tests.cmake
+++ b/tests/libgav1_tests.cmake
@@ -99,7 +99,6 @@ list(APPEND libgav1_common_sse4_test_sources
"${libgav1_source}/dsp/x86/common_sse4_test.h")
list(APPEND libgav1_convolve_test_sources
"${libgav1_source}/dsp/convolve_test.cc")
-list(APPEND libgav1_cpu_test_sources "${libgav1_source}/utils/cpu_test.cc")
list(APPEND libgav1_c_decoder_test_sources
"${libgav1_source}/c_decoder_test.c"
"${libgav1_source}/decoder_test_data.h")
|