From a1cec9e0df14f3c1a833e2a447b5324ff9c430d3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Jul 2015 16:21:07 +0200 Subject: Test module genesis --- build/test/operation | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 build/test/operation (limited to 'build/test/operation') diff --git a/build/test/operation b/build/test/operation new file mode 100644 index 0000000..1942936 --- /dev/null +++ b/build/test/operation @@ -0,0 +1,18 @@ +// file : build/test/operation -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BUILD_TEST_OPERATION +#define BUILD_TEST_OPERATION + +#include + +namespace build +{ + namespace test + { + extern operation_info test; + } +} + +#endif // BUILD_TEST_OPERATION -- cgit v1.1