From 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Dec 2016 12:07:18 +0200 Subject: Move old tests to old-tests/ --- tests/amalgam/test/build/bootstrap.build | 2 -- tests/amalgam/test/buildfile | 5 ----- tests/amalgam/test/driver.cxx | 4 ---- 3 files changed, 11 deletions(-) delete mode 100644 tests/amalgam/test/build/bootstrap.build delete mode 100644 tests/amalgam/test/buildfile delete mode 100644 tests/amalgam/test/driver.cxx (limited to 'tests/amalgam/test') 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 () -{ -} -- cgit v1.1