Windows: Have test binaries depend on built libraries
This commit is contained in:

committed by
Asanka C. Herath

parent
738e2ea55b
commit
b74fa12602
@@ -393,8 +393,8 @@ test-run:
|
||||
test_time.exe
|
||||
cd $(SRCDIR)
|
||||
|
||||
$(test_binaries): $$(@R).obj
|
||||
$(EXECONLINK) $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN)
|
||||
$(test_binaries): $$(@R).obj $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN)
|
||||
$(EXECONLINK)
|
||||
$(EXEPREP_NODIST)
|
||||
|
||||
$(test_binaries:.exe=.obj): $$(@B).c
|
||||
|
Reference in New Issue
Block a user