aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx22
1 files changed, 22 insertions, 0 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx
new file mode 100644
index 0000000..3789281
--- /dev/null
+++ b/build2/test/script/runner.cxx
@@ -0,0 +1,22 @@
+// file : build2/test/script/runner.cxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#include <build2/test/script/runner>
+
+using namespace std;
+
+namespace build2
+{
+ namespace test
+ {
+ namespace script
+ {
+ void concurrent_runner::
+ run (const test&)
+ {
+ assert (false); // @@ TODO
+ }
+ }
+ }
+}