PERFORCE change 175696 for review

Garrett Cooper gcooper at FreeBSD.org
Mon Mar 15 07:44:28 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=175696

Change 175696 by gcooper at gcooper-bayonetta on 2010/03/15 07:43:57

	On second thought, it makes more sense to maintain the hierarchy that the current pkg_install application source has here, and let's split up functional tests from performance tests. Everything's still stubbed out.

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/Makefile#2 edit
.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/add/Makefile#1 add
.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/create/Makefile#1 add
.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/delete/Makefile#1 add
.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/regress.t#3 delete

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/tools/regression/usr.sbin/pkg_install/Makefile#2 (text+ko) ====

@@ -2,5 +2,12 @@
 
 all: regress
 
-regress: regress.t
-	./regress.t
+regress: functional-regression
+
+functional-regression: add/Makefile create/Makefile delete/Makefile
+.for i in ${.ALLSRCS:T}
+	${MAKE} -C ${i} regress
+.endfor
+
+performance-regression:
+	


More information about the p4-projects mailing list