From 02af7e788f3fef0dbba0ba49442054fb451f5bdc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Jul 2015 12:25:47 +0200 Subject: Implement directory iteration support --- tests/dir-iterator/buildfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/dir-iterator/buildfile (limited to 'tests/dir-iterator/buildfile') diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile new file mode 100644 index 0000000..fabea4d --- /dev/null +++ b/tests/dir-iterator/buildfile @@ -0,0 +1,7 @@ +# file : tests/dir-iterator/buildfile +# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +exe{driver}: cxx{driver} ../../butl/lib{butl} + +include ../../butl/ -- cgit v1.1