// 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" bool test_init ( scope&, scope&, const location&, unique_ptr&, bool, bool); } } #endif // BUILD_TEST_MODULE