From 59c4623c943b1ec083ed2f1857a1f699d3be9c6a Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Wed, 25 May 2022 22:45:28 -0500 Subject: update conftest_source_file test to make sure subsequent builds don't rebuild --- test/Configure/conftest_source_file.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Configure/conftest_source_file.py b/test/Configure/conftest_source_file.py index 6f43cb5..451d06a 100644 --- a/test/Configure/conftest_source_file.py +++ b/test/Configure/conftest_source_file.py @@ -43,6 +43,10 @@ int test_header = 2; test.not_up_to_date(read_str="Checking for C header file header1.h... (cached) yes\n") +test.up_to_date(read_str="Checking for C header file header1.h... yes\n") + +test.up_to_date(read_str="Checking for C header file header1.h... (cached) yes\n") + test.pass_test() # Local Variables: -- cgit v0.12