From 5661b404b0104c3065a40ad622bdd3c11d748a99 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 20 Apr 2017 17:31:26 +0300 Subject: Implement string_parser --- tests/string-parser/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/string-parser/buildfile (limited to 'tests/string-parser/buildfile') diff --git a/tests/string-parser/buildfile b/tests/string-parser/buildfile new file mode 100644 index 0000000..9ccf480 --- /dev/null +++ b/tests/string-parser/buildfile @@ -0,0 +1,7 @@ +# file : tests/string-parser/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} test{testscript} + +include ../../butl/ -- cgit v1.1