summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPackConfig/Special-check.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CPackConfig/Special-check.cmake')
-rw-r--r--Tests/RunCMake/CPackConfig/Special-check.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/RunCMake/CPackConfig/Special-check.cmake b/Tests/RunCMake/CPackConfig/Special-check.cmake
new file mode 100644
index 0000000..0624b79
--- /dev/null
+++ b/Tests/RunCMake/CPackConfig/Special-check.cmake
@@ -0,0 +1,5 @@
+include(${RunCMake_SOURCE_DIR}/check.cmake)
+
+test_variable(CPACK_BACKSLASH "\\")
+test_variable(CPACK_QUOTE "a;b;c")
+test_variable(CPACK_DOLLAR "ab")