diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-12T14·20+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-12T14·20+0000 |
commit | efa5fa1a91d5c4b29094d99b65e18b583d86dbc7 (patch) | |
tree | 4e8bc72214e48c9acd1bd342fe2e315217ce18f6 /tests | |
parent | 1f48aa0be7f1fe120cee44a208480b879583c5f8 (diff) |
* A switch `-j NUMBER' to set the maximum number of parallel jobs (0 =
no limit). * Add missing file to distribution.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 608ffec19cd2..4256625d9dc2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,4 +30,4 @@ EXTRA_DIST = $(TESTS) \ dependencies.nix.in dependencies.builder*.sh \ locking.nix.in locking.builder.sh \ parallel.nix.in parallel.builder.sh \ - build-hook.nix.in + build-hook.nix.in build-hook.hook.sh \ No newline at end of file |