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/amalgam/unnamed | |
parent | 12fc75188cc1f0a8c4c443c04e7a022131198c36 (diff) |
Move old tests to old-tests/
Diffstat (limited to 'tests/amalgam/unnamed')
-rw-r--r-- | tests/amalgam/unnamed/build/bootstrap.build | 3 | ||||
-rw-r--r-- | tests/amalgam/unnamed/buildfile | 3 | ||||
-rw-r--r-- | tests/amalgam/unnamed/sub/build/bootstrap.build | 2 | ||||
-rw-r--r-- | tests/amalgam/unnamed/sub/buildfile | 2 | ||||
-rw-r--r-- | tests/amalgam/unnamed/test.out | 2 | ||||
-rwxr-xr-x | tests/amalgam/unnamed/test.sh | 3 |
6 files changed, 0 insertions, 15 deletions
diff --git a/tests/amalgam/unnamed/build/bootstrap.build b/tests/amalgam/unnamed/build/bootstrap.build deleted file mode 100644 index 30065f4..0000000 --- a/tests/amalgam/unnamed/build/bootstrap.build +++ /dev/null @@ -1,3 +0,0 @@ -project = amalgam-unnamed -amalgamation = # Disabled. -using config diff --git a/tests/amalgam/unnamed/buildfile b/tests/amalgam/unnamed/buildfile deleted file mode 100644 index ead9514..0000000 --- a/tests/amalgam/unnamed/buildfile +++ /dev/null @@ -1,3 +0,0 @@ -./: sub/ -include sub/ -print $subprojects diff --git a/tests/amalgam/unnamed/sub/build/bootstrap.build b/tests/amalgam/unnamed/sub/build/bootstrap.build deleted file mode 100644 index ce3735a..0000000 --- a/tests/amalgam/unnamed/sub/build/bootstrap.build +++ /dev/null @@ -1,2 +0,0 @@ -project = -using config diff --git a/tests/amalgam/unnamed/sub/buildfile b/tests/amalgam/unnamed/sub/buildfile deleted file mode 100644 index 8717375..0000000 --- a/tests/amalgam/unnamed/sub/buildfile +++ /dev/null @@ -1,2 +0,0 @@ -./: -print "'$project'" diff --git a/tests/amalgam/unnamed/test.out b/tests/amalgam/unnamed/test.out deleted file mode 100644 index 023b71f..0000000 --- a/tests/amalgam/unnamed/test.out +++ /dev/null @@ -1,2 +0,0 @@ -'' -sub/@sub/ diff --git a/tests/amalgam/unnamed/test.sh b/tests/amalgam/unnamed/test.sh deleted file mode 100755 index c745b76..0000000 --- a/tests/amalgam/unnamed/test.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -b -q | diff --strip-trailing-cr -u test.out - |