diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-09 12:57:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-12-09 12:57:02 +0200 |
commit | ffc931dfb8829c8ae36b171d47f3230e10b67cea (patch) | |
tree | dba7ed1adfcf18bae24c472055c723f5a7208dc9 /tests/sha1/buildfile | |
parent | 5335c09efe07f01c64e8b24d9b6e00125f7438fe (diff) |
Add support for calculating SHA1 checksums
Diffstat (limited to 'tests/sha1/buildfile')
-rw-r--r-- | tests/sha1/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/sha1/buildfile b/tests/sha1/buildfile new file mode 100644 index 0000000..1d6cece --- /dev/null +++ b/tests/sha1/buildfile @@ -0,0 +1,8 @@ +# file : tests/sha256/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} +libs += $stdmod_lib + +exe{driver}: {hxx cxx}{*} $libs |