From c0beeb5f0b3285fd7b411859bd68d44b472ad034 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Apr 2016 16:20:59 +0300 Subject: Add timestamp from_string() --- tests/timestamp/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/timestamp/buildfile (limited to 'tests/timestamp/buildfile') diff --git a/tests/timestamp/buildfile b/tests/timestamp/buildfile new file mode 100644 index 0000000..bb565a2 --- /dev/null +++ b/tests/timestamp/buildfile @@ -0,0 +1,7 @@ +# file : tests/timestamp/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ -- cgit v1.1