krb5: windows tests require HEIMBASE
When building the lib/krb5 tests link against HEIMBASE in order to make use of heim_abort() and friends. Change-Id: Ifaf54177bbb14cddf0f3544add370cda158783d1
This commit is contained in:
@@ -507,11 +507,11 @@ test-run:
|
||||
-test_time.exe
|
||||
cd $(SRCDIR)
|
||||
|
||||
$(test_binaries): $$(@R).obj $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN)
|
||||
$(test_binaries): $$(@R).obj $(LIBHEIMDAL) $(LIBVERS) $(LIBROKEN) $(LIBHEIMBASE)
|
||||
$(EXECONLINK)
|
||||
$(EXEPREP_NODIST)
|
||||
|
||||
$(OBJ)\test_rfc3961.exe: $(OBJ)\test_rfc3961.obj $(LIBRFC3961) $(LIBHEIMDAL) $(LIBVERS) $(LIBCOMERR) $(LIBROKEN)
|
||||
$(OBJ)\test_rfc3961.exe: $(OBJ)\test_rfc3961.obj $(LIBRFC3961) $(LIBHEIMDAL) $(LIBVERS) $(LIBCOMERR) $(LIBROKEN) $(LIBHEIMBASE)
|
||||
$(EXECONLINK)
|
||||
$(EXEPREP_NODIST)
|
||||
|
||||
|
Reference in New Issue
Block a user