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