From 9ad4ad72145656d2dd28561c1349c504aee3f5d8 Mon Sep 17 00:00:00 2001 From: Kenneth Moreland Date: Wed, 1 Apr 2020 16:24:26 -0600 Subject: [PATCH] Add content to sentinel-data It makes me irrationally nervous to check an empty file as the sentinel data. Instead, add some text that can be compared agains. Also add some explenation to the file to prevent naive developers from messing with the file. --- CMakeLists.txt | 4 ++-- data/data/sentinel-data | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a77cbf39..8a0c70bc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,8 +161,8 @@ include(VTKmCompilerFlags) #----------------------------------------------------------------------------- # We need to check and see if git lfs is installed so that test data will # be available for use -file(READ "${VTKm_SOURCE_DIR}/data/data/sentinel-data" data) -if (NOT data STREQUAL "\n") +file(STRINGS "${VTKm_SOURCE_DIR}/data/data/sentinel-data" sentinel_data LIMIT_COUNT 1) +if (NOT sentinel_data STREQUAL "-- DO NOT MODIFY THIS LINE --") message(WARNING "Testing is enabled, but the data is not available. Use git lfs in order " " to obtain the testing data.") diff --git a/data/data/sentinel-data b/data/data/sentinel-data index fd481aab7..ebce2c6f1 100644 --- a/data/data/sentinel-data +++ b/data/data/sentinel-data @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b -size 1 +oid sha256:cac2600b02c8352270d8251718cd8effddb6c78d133f1fd0f08b1bccb0eac51d +size 121