diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 12:07:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 12:07:18 +0200 |
commit | 0ed86c76239d4f2904ea4ae1a77902a9e0db2a6d (patch) | |
tree | 5e8e1d43a0140f5739b21be7cbe120ebb9360d4f /tests/postponed | |
parent | 12fc75188cc1f0a8c4c443c04e7a022131198c36 (diff) |
Move old tests to old-tests/
Diffstat (limited to 'tests/postponed')
-rw-r--r-- | tests/postponed/build/bootstrap.build | 3 | ||||
-rw-r--r-- | tests/postponed/buildfile | 5 | ||||
-rw-r--r-- | tests/postponed/driver.cxx | 4 | ||||
-rw-r--r-- | tests/postponed/out/dummy | 0 |
4 files changed, 0 insertions, 12 deletions
diff --git a/tests/postponed/build/bootstrap.build b/tests/postponed/build/bootstrap.build deleted file mode 100644 index 42ba33a..0000000 --- a/tests/postponed/build/bootstrap.build +++ /dev/null @@ -1,3 +0,0 @@ -project = postponed -amalgamation = # Disabled. -using config diff --git a/tests/postponed/buildfile b/tests/postponed/buildfile deleted file mode 100644 index 53873aa..0000000 --- a/tests/postponed/buildfile +++ /dev/null @@ -1,5 +0,0 @@ -using cxx - -exe{driver}: cxx{driver} fsdir{$out_root/out} - -./: exe{driver} diff --git a/tests/postponed/driver.cxx b/tests/postponed/driver.cxx deleted file mode 100644 index 70b4146..0000000 --- a/tests/postponed/driver.cxx +++ /dev/null @@ -1,4 +0,0 @@ -int -main () -{ -} diff --git a/tests/postponed/out/dummy b/tests/postponed/out/dummy deleted file mode 100644 index e69de29..0000000 --- a/tests/postponed/out/dummy +++ /dev/null |