diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-18 00:31:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-19 16:11:56 +0300 |
commit | da7be5f8c18879d1ca21f76470fc83d2c5cbd1c4 (patch) | |
tree | 0fd0dc1dc61c6a23b49ff2c15ed5084b671b95de /tests/entry-time/buildfile | |
parent | f3eef5c4ddfa54fa7f6d155e90721cde318cc6f2 (diff) |
Add support for copying file timestamps by cpfile()
Diffstat (limited to 'tests/entry-time/buildfile')
-rw-r--r-- | tests/entry-time/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/entry-time/buildfile b/tests/entry-time/buildfile new file mode 100644 index 0000000..7219149 --- /dev/null +++ b/tests/entry-time/buildfile @@ -0,0 +1,8 @@ +# file : tests/entry-time/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 test{testscript} |