Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test - fix test dependancies #489

Merged
merged 1 commit into from
Jun 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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