summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/String-SHA3_384-Works.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeTests/String-SHA3_384-Works.cmake')
-rw-r--r--Tests/CMakeTests/String-SHA3_384-Works.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeTests/String-SHA3_384-Works.cmake b/Tests/CMakeTests/String-SHA3_384-Works.cmake
new file mode 100644
index 0000000..9341c3f
--- /dev/null
+++ b/Tests/CMakeTests/String-SHA3_384-Works.cmake
@@ -0,0 +1,2 @@
+string(SHA3_384 sha3_384 "sample input string\n")
+message("${sha3_384}")