diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-07-12 15:25:19 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-07-25 12:46:06 +0200 |
commit | 42be9579ab7a1ba51a32dc4821498ae14cf04cd9 (patch) | |
tree | 06e740f432185cbff7c54d039dab51bf71fe1119 /test | |
parent | 6ecb4f79508b5a4f0702b9a7019fbaa6b9eeae53 (diff) | |
download | justbuild-42be9579ab7a1ba51a32dc4821498ae14cf04cd9.tar.gz |
Move bootstrap tests to their own directory
Diffstat (limited to 'test')
-rw-r--r-- | test/TARGETS | 7 | ||||
-rw-r--r-- | test/bootstrap/TARGETS | 8 | ||||
-rw-r--r-- | test/bootstrap/test-bootstrap.sh (renamed from test/test-bootstrap.sh) | 0 |
3 files changed, 11 insertions, 4 deletions
diff --git a/test/TARGETS b/test/TARGETS index 885bb26c..79ad3519 100644 --- a/test/TARGETS +++ b/test/TARGETS @@ -23,9 +23,8 @@ , "target": ["TESTS"] } , "bootstrap-test": - { "type": ["@", "rules", "shell/test", "script"] - , "name": ["bootstrap-test"] - , "test": ["test-bootstrap.sh"] - , "deps": [["", "bootstrap-src"], ["@", "just-distfiles", "", "distdir"]] + { "type": "install" + , "tainted": ["test"] + , "deps": [["./", "bootstrap", "TESTS"]] } } diff --git a/test/bootstrap/TARGETS b/test/bootstrap/TARGETS new file mode 100644 index 00000000..3873cbce --- /dev/null +++ b/test/bootstrap/TARGETS @@ -0,0 +1,8 @@ +{ "bundled-test": + { "type": ["@", "rules", "shell/test", "script"] + , "name": ["bootstrap-test-bundled"] + , "test": ["test-bootstrap.sh"] + , "deps": [["", "bootstrap-src"], ["@", "just-distfiles", "", "distdir"]] + } +, "TESTS": {"type": "install", "tainted": ["test"], "deps": ["bundled-test"]} +} diff --git a/test/test-bootstrap.sh b/test/bootstrap/test-bootstrap.sh index e6b851fa..e6b851fa 100644 --- a/test/test-bootstrap.sh +++ b/test/bootstrap/test-bootstrap.sh |