]> arthur.barton.de Git - bup.git/commit - t/test.sh
test.sh: separate index and split/join tests
authorRob Browning <rlb@defaultvalue.org>
Sun, 14 Jun 2015 14:58:32 +0000 (09:58 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 20 Jun 2015 15:12:19 +0000 (10:12 -0500)
commit467bb37bb68d447ec048f63817d9bbc8c25d9b15
treefd945616b0f4032f80b28a47a7154c766302df5c
parent66b5d05cc3a7d8ea396e7150cf5ecfcf99598c0b
test.sh: separate index and split/join tests

Move the index tests to test-index.sh and the split/join tests to
test-split-join.sh in order to increase the potential parallelism (and
modularity/isolation).

Here, this brings the "make -j check" time down quite a bit.  Before
test.sh was always the last thing running, and the index tests took most
of the time.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile
t/test-index.sh [new file with mode: 0755]
t/test-split-join.sh [new file with mode: 0755]
t/test.sh