aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2023-09-13 05:13:11 -0700
committerCopybara-Service <copybara-worker@google.com>2023-09-13 05:13:57 -0700
commitce9c16e88296385071d975665acb3c3eaa96f26a (patch)
tree86ae55792adce39a89669331be234183b69658e8 /CMakeLists.txt
parent63402aa8afb25d03fd710402bdeb84a8ae2208fc (diff)
downloadbrotli-ce9c16e88296385071d975665acb3c3eaa96f26a.zip
brotli-ce9c16e88296385071d975665acb3c3eaa96f26a.tar.gz
brotli-ce9c16e88296385071d975665acb3c3eaa96f26a.tar.bz2
upload full testdata archive
PiperOrigin-RevId: 565017690
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2400230..64b979a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -261,7 +261,7 @@ if(NOT BROTLI_DISABLE_TESTS)
-P ${CMAKE_CURRENT_SOURCE_DIR}/tests/run-roundtrip-test.cmake)
endforeach()
else()
- message(NOTICE "Test file ${INPUT} does not exist; OK on tarball builds")
+ message(NOTICE "Test file ${INPUT} does not exist; OK on tarball builds; consider running scripts/download_testdata.sh before configuring.")
endif()
endforeach()