From 6741698f71573bc98e3229a9873cdb7aca6468b2 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 4 Jun 2002 12:38:14 +0000 Subject: [PATCH] Added comment as syncmail test [SVN r14080] --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 794dff42..ef6c0b7d 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -7,7 +7,7 @@ include python.jam ; local PYTHON_V1_PROPERTIES = $(PYTHON_PROPERTIES) ; local PYTHON_PROPERTIES = $(BOOST_PYTHON_V2_PROPERTIES) ; -# +# Convenience rule makes declaring tests faster rule bpl-test ( name ? : files * ) { files ?= $(name).py $(name).cpp ;