aboutsummaryrefslogtreecommitdiff
path: root/tests/amalgam/test
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-01 12:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-01 12:07:18 +0200
commit0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d (patch)
tree5e8e1d43a0140f5739b21be7cbe120ebb9360d4f /tests/amalgam/test
parent12fc75188cc1f0a8c4c443c04e7a022131198c36 (diff)
Move old tests to old-tests/
Diffstat (limited to 'tests/amalgam/test')
-rw-r--r--tests/amalgam/test/build/bootstrap.build2
-rw-r--r--tests/amalgam/test/buildfile5
-rw-r--r--tests/amalgam/test/driver.cxx4
3 files changed, 0 insertions, 11 deletions
diff --git a/tests/amalgam/test/build/bootstrap.build b/tests/amalgam/test/build/bootstrap.build
deleted file mode 100644
index a53e738..0000000
--- a/tests/amalgam/test/build/bootstrap.build
+++ /dev/null
@@ -1,2 +0,0 @@
-project = amalgam-test
-using config
diff --git a/tests/amalgam/test/buildfile b/tests/amalgam/test/buildfile
deleted file mode 100644
index e8af169..0000000
--- a/tests/amalgam/test/buildfile
+++ /dev/null
@@ -1,5 +0,0 @@
-using cxx
-
-import libs = amalgam-libtest%lib{test}
-
-exe{driver}: cxx{driver} $libs
diff --git a/tests/amalgam/test/driver.cxx b/tests/amalgam/test/driver.cxx
deleted file mode 100644
index 70b4146..0000000
--- a/tests/amalgam/test/driver.cxx
+++ /dev/null
@@ -1,4 +0,0 @@
-int
-main ()
-{
-}