blob: 1942936e43668de849b977e8feac439926d66caa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 <build/operation>
namespace build
{
namespace test
{
extern operation_info test;
}
}
#endif // BUILD_TEST_OPERATION
|