blob: 6b2cbdfdc2f760f97b2f3de9ea29387ba7e2749d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// file : libbuild2/test/module.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
#include <libbuild2/test/module.hxx>
namespace build2
{
namespace test
{
const string module::name ("test");
}
}
|