diff options
Diffstat (limited to 'libbuild2/test/module.cxx')
-rw-r--r-- | libbuild2/test/module.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libbuild2/test/module.cxx b/libbuild2/test/module.cxx new file mode 100644 index 0000000..6b2cbdf --- /dev/null +++ b/libbuild2/test/module.cxx @@ -0,0 +1,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"); + } +} |