diff options
Diffstat (limited to 'Tests/RunCMake/FileAPI/Stale-check.cmake')
-rw-r--r-- | Tests/RunCMake/FileAPI/Stale-check.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/FileAPI/Stale-check.cmake b/Tests/RunCMake/FileAPI/Stale-check.cmake new file mode 100644 index 000000000..7ee2c9e7f --- /dev/null +++ b/Tests/RunCMake/FileAPI/Stale-check.cmake @@ -0,0 +1,4 @@ +set(expect + reply + ) +check_api("^${expect}$") |