// file : build/test/module -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_TEST_MODULE #define BUILD_TEST_MODULE #include #include namespace build { namespace test { extern "C" void test_init ( scope&, scope&, const location&, std::unique_ptr&, bool); } } #endif // BUILD_TEST_MODULE