summaryrefslogtreecommitdiff
path: root/tests/build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build')
-rw-r--r--tests/build/.gitignore3
-rw-r--r--tests/build/bootstrap.build8
-rw-r--r--tests/build/root.build11
3 files changed, 0 insertions, 22 deletions
diff --git a/tests/build/.gitignore b/tests/build/.gitignore
deleted file mode 100644
index 4a730a3..0000000
--- a/tests/build/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-config.build
-root/
-bootstrap/
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
deleted file mode 100644
index 5e48571..0000000
--- a/tests/build/bootstrap.build
+++ /dev/null
@@ -1,8 +0,0 @@
-# file : tests/build/bootstrap.build
-# license : GNU GPL v3; see accompanying LICENSE file
-
-project = # Unnamed subproject.
-
-using config
-using dist
-using test
diff --git a/tests/build/root.build b/tests/build/root.build
deleted file mode 100644
index 1800d29..0000000
--- a/tests/build/root.build
+++ /dev/null
@@ -1,11 +0,0 @@
-# file : tests/build/root.build
-# license : GNU GPL v3; see accompanying LICENSE file
-
-# Import the ODB compiler we will be testing.
-#
-import odb = odb%exe{odb}
-testscript{*}: test = $odb
-
-# Specify the test target for cross-testing.
-#
-test.target = $cxx.target