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
|
test_time.exe
|
||||||
cd $(SRCDIR)
|
cd $(SRCDIR)
|
||||||
|
|
||||||
$(test_binaries): $$(@R).obj
|
$(test_binaries): $$(@R).obj $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN)
|
||||||
$(EXECONLINK) $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN)
|
$(EXECONLINK)
|
||||||
$(EXEPREP_NODIST)
|
$(EXEPREP_NODIST)
|
||||||
|
|
||||||
$(test_binaries:.exe=.obj): $$(@B).c
|
$(test_binaries:.exe=.obj): $$(@B).c
|
||||||
|
Reference in New Issue
Block a user