search for: regress_target

Displaying 4 results from an estimated 4 matches for "regress_target".

Did you mean: regress_targets
2012 Sep 30
0
OpenSSH with X.509 certificates support v7.3
...d regression tests to be run as example: make check SSH_X509TESTS=skip - fips regression test Standard regression tests are enhanced with connect-privsep and try-ciphers test run in fips mode. Tests could be executed only manually as example: make FIPS_LTESTS=[name_of_test] REGRESS_TARGETS=f-exec Yours sincerely, Roumen Petrov
2003 Jun 20
0
[PATCH] Regression test portabilization.
...le: /usr/local/src/security/openssh/cvs/openssh_cvs/regress/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- regress/Makefile 18 Jun 2003 12:45:34 -0000 1.5 +++ regress/Makefile 20 Jun 2003 09:52:42 -0000 @@ -1,8 +1,11 @@ # $OpenBSD: Makefile,v 1.23 2003/06/12 15:43:32 markus Exp $ -REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 +REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec +tests: $(REGRESS_TARGETS) CLEANFILES+= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 +clean: + @for F in $(CLEANFILES); do rm -f $(OBJ)/$${F}; done LTESTS= connect \ proxy-connect \ @@ -30,7 +33,6 @@ reconf...
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...http://downloads.xiph.org/releases/theora/ @@ -27,9 +25,6 @@ USE_LIBTOOL= Yes SEPARATE_BUILD= concurrent CONFIGURE_STYLE=gnu -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libtheora - ${INSTALL_DATA} ${WRKSRC}/doc/{color.html,vp3-format.txt} \ - ${PREFIX}/share/doc/libtheora - +REGRESS_TARGET=check + .include <bsd.port.mk> diff -pruN --exclude=CVS ../libtheora.orig/distinfo ./distinfo --- ../libtheora.orig/distinfo Wed May 31 08:29:37 2006 +++ ./distinfo Wed May 31 06:42:00 2006 @@ -1,4 +1,4 @@ -MD5 (libtheora-1.0alpha4.tar.gz) = 75f436a980b80f8b8102ee182ddb8748 -RMD160 (libtheor...
2015 Feb 27
3
Call for testing: OpenSSH 6.8
On Sat, 28 Feb 2015, Tom G. Christensen wrote: > On 19/02/15 23:21, Damien Miller wrote: > > OpenSSH 6.8 is almost ready for release, so we would appreciate testing > > on as many platforms and systems as possible. > > > > I've now tested using revision 1ad3a77 and it passes the testsuite on Solaris > 2.6, 7, 8 and 9 (using gcc and openssl 1.0.1k). > >