summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/filesystem/example/test/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/filesystem/example/test/build.sh')
-rwxr-xr-xsrc/boost/libs/filesystem/example/test/build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boost/libs/filesystem/example/test/build.sh b/src/boost/libs/filesystem/example/test/build.sh
new file mode 100755
index 000000000..19b1a788e
--- /dev/null
+++ b/src/boost/libs/filesystem/example/test/build.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+# Copyright Beman Dawes, 2010
+# Distributed under the Boost Software License, Version 1.0.
+# See www.boost.org/LICENSE_1_0.txt
+echo Compiling example programs...
+b2 $* >b2.log
+grep "error" <b2.log