Skip to content

Commit

Permalink
test - fix test dependancies (#489)
Browse files Browse the repository at this point in the history
Fix a ridiculous thinko in the test deps for -j
  • Loading branch information
chrissie-c authored Jun 10, 2023
1 parent 06c8641 commit 92ddd7c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -208,25 +208,25 @@ list_test_LDADD = $(top_builddir)/lib/libqb.la @CHECK_LIBS@
# This lot allows the tests to run in parallel
# but with defined dependancies
#
ipc.log: start.test
ipc.log: start.log

sock_ipc_wrapper.log: start.test
sock_ipc_wrapper.log: start.log

array.log: start.test
array.log: start.log

list.log: start.test
list.log: start.log

log.log: start.test
log.log: start.log

loop.log: start.test
loop.log: start.log

map.log: start.test
map.log: start.log

rb.log: start.test
rb.log: start.log

tlist.log: start.test
tlist.log: start.log

util.log: start.test
util.log: start.log

resources.log: ipc.log sock_ipc_wrapper.log rb.log log.log

Expand Down

0 comments on commit 92ddd7c

Please sign in to comment.