Windows: Fix hcrypto tests on cygwin
This commit is contained in:
@@ -216,11 +216,10 @@ $(OBJ)\test_rand.exe: $(OBJ)\test_rand.obj $(LIBHEIMDAL) $(LIBROKEN) $(LIBVERS)
|
|||||||
$(EXECONLINK)
|
$(EXECONLINK)
|
||||||
$(EXEPREP_NODIST)
|
$(EXEPREP_NODIST)
|
||||||
|
|
||||||
SRCDIR1=$(SRCDIR:\=/)
|
SRCDIR2=$(SRCDIR:\=\\\\)
|
||||||
SRCDIR2=$(SRCDIR1::=)
|
|
||||||
|
|
||||||
$(OBJ)\test_crypto.sh: test_crypto.in NTMakefile
|
$(OBJ)\test_crypto.sh: test_crypto.in NTMakefile
|
||||||
$(SED) -e "s,[@]srcdir[@],/$(SRCDIR2),g" -e "s,[@]exeext[@],.exe,g" < test_crypto.in > $@ || $(RM) $@
|
$(SED) -e "s,[@]srcdir[@],$(SRCDIR2),g" -e "s,[@]exeext[@],.exe,g" -e "s,\r,," < test_crypto.in > $@ || $(RM) $@
|
||||||
|
|
||||||
test-run:
|
test-run:
|
||||||
cd $(OBJ)
|
cd $(OBJ)
|
||||||
|
Reference in New Issue
Block a user