aboutsummaryrefslogtreecommitdiff
path: root/build/test/module
diff options
context:
space:
mode:
Diffstat (limited to 'build/test/module')
-rw-r--r--build/test/module24
1 files changed, 0 insertions, 24 deletions
diff --git a/build/test/module b/build/test/module
deleted file mode 100644
index 83c6d60..0000000
--- a/build/test/module
+++ /dev/null
@@ -1,24 +0,0 @@
-// 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 <build/types>
-#include <build/module>
-
-namespace build
-{
- namespace test
- {
- extern "C" void
- test_boot (scope&, const location&, unique_ptr<module>&);
-
- extern "C" bool
- test_init (
- scope&, scope&, const location&, unique_ptr<module>&, bool, bool);
- }
-}
-
-#endif // BUILD_TEST_MODULE