diff options
Diffstat (limited to 'test/bootstrap/TARGETS')
-rw-r--r-- | test/bootstrap/TARGETS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/bootstrap/TARGETS b/test/bootstrap/TARGETS index 2739c40a..288ed52d 100644 --- a/test/bootstrap/TARGETS +++ b/test/bootstrap/TARGETS @@ -7,9 +7,9 @@ ] , "test": ["test-bootstrap.sh"] , "deps": - [ ["@", "src", "", "bootstrap-src"] + [ "prune-config.py" , ["@", "just-distfiles", "", "distdir"] - , "prune-config.py" + , ["@", "src", "", "bootstrap-src"] ] } , "bundled-test-debug": @@ -107,8 +107,8 @@ [ "bundled-test" , "bundled-test-debug" , "bundled-test-gnu" - , "pkgconfig-test" , "mixed-test" + , "pkgconfig-test" , "symlink-test" ] } |