Windows: Have test binaries depend on built libraries

This commit is contained in:
Asanka Herath
2010-08-23 23:58:59 -04:00
committed by Asanka C. Herath
parent 738e2ea55b
commit b74fa12602

View File

@@ -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