aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
blob: a17b9bf77207655e06d4cc6fbc3da2dc54de63c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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& t)
      {
        // @@ TODO
        text << "run " << t.program.string ();
      }
    }
  }
}