Skip to content

Commit 92ddd7c

Browse files
authored
test - fix test dependancies (#489)
Fix a ridiculous thinko in the test deps for -j
1 parent 06c8641 commit 92ddd7c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/Makefile.am

+10-10
Original file line numberDiff line numberDiff line change
@@ -208,25 +208,25 @@ list_test_LDADD = $(top_builddir)/lib/libqb.la @CHECK_LIBS@
208208
# This lot allows the tests to run in parallel
209209
# but with defined dependancies
210210
#
211-
ipc.log: start.test
211+
ipc.log: start.log
212212

213-
sock_ipc_wrapper.log: start.test
213+
sock_ipc_wrapper.log: start.log
214214

215-
array.log: start.test
215+
array.log: start.log
216216

217-
list.log: start.test
217+
list.log: start.log
218218

219-
log.log: start.test
219+
log.log: start.log
220220

221-
loop.log: start.test
221+
loop.log: start.log
222222

223-
map.log: start.test
223+
map.log: start.log
224224

225-
rb.log: start.test
225+
rb.log: start.log
226226

227-
tlist.log: start.test
227+
tlist.log: start.log
228228

229-
util.log: start.test
229+
util.log: start.log
230230

231231
resources.log: ipc.log sock_ipc_wrapper.log rb.log log.log
232232

0 commit comments

Comments
 (0)