aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
blob: 37892810ce471ead1c37ee342994a1b1f78ee2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
      }
    }
  }
}