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/libtest/build/bootstrap.build | 2 -- tests/amalgam/libtest/build/export.build | 6 ------ tests/amalgam/libtest/buildfile | 3 --- tests/amalgam/libtest/test.cxx | 4 ---- 4 files changed, 15 deletions(-) delete mode 100644 tests/amalgam/libtest/build/bootstrap.build delete mode 100644 tests/amalgam/libtest/build/export.build delete mode 100644 tests/amalgam/libtest/buildfile delete mode 100644 tests/amalgam/libtest/test.cxx (limited to 'tests/amalgam/libtest') diff --git a/tests/amalgam/libtest/build/bootstrap.build b/tests/amalgam/libtest/build/bootstrap.build deleted file mode 100644 index 025e510..0000000 --- a/tests/amalgam/libtest/build/bootstrap.build +++ /dev/null @@ -1,2 +0,0 @@ -project = amalgam-libtest -using config diff --git a/tests/amalgam/libtest/build/export.build b/tests/amalgam/libtest/build/export.build deleted file mode 100644 index b95e409..0000000 --- a/tests/amalgam/libtest/build/export.build +++ /dev/null @@ -1,6 +0,0 @@ -$out_root/: -{ - include buildfile -} - -export $out_root/lib{test} diff --git a/tests/amalgam/libtest/buildfile b/tests/amalgam/libtest/buildfile deleted file mode 100644 index 70a1467..0000000 --- a/tests/amalgam/libtest/buildfile +++ /dev/null @@ -1,3 +0,0 @@ -using cxx - -lib{test}: cxx{test} diff --git a/tests/amalgam/libtest/test.cxx b/tests/amalgam/libtest/test.cxx deleted file mode 100644 index 34a033a..0000000 --- a/tests/amalgam/libtest/test.cxx +++ /dev/null @@ -1,4 +0,0 @@ -void -f () -{ -} -- cgit v1.1