diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-04-14 16:20:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-04-21 14:32:11 +0300 |
commit | c0beeb5f0b3285fd7b411859bd68d44b472ad034 (patch) | |
tree | a97400a873dd0a5092261cd91675ab3a75bc2d92 /tests/buildfile | |
parent | 079e167e7c62c857e271bda0588064dc4030e337 (diff) |
Add timestamp from_string()
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 0ad40e5..45c78d6 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = dir-iterator/ path/ prefix-map/ sha256/ triplet/ +d = dir-iterator/ path/ prefix-map/ sha256/ timestamp/ triplet/ .: $d include $d |