From 62f9e72e243acf187fee28889000d4196a74ab8a Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 6 Nov 2002 22:43:56 +0000 Subject: [PATCH] I meant to commit this long ago [SVN r664] --- test/Jamfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/Jamfile diff --git a/test/Jamfile b/test/Jamfile new file mode 100644 index 0000000..e1fd694 --- /dev/null +++ b/test/Jamfile @@ -0,0 +1,2 @@ +# unit-test ia1 : concept_tests.cpp : ../../.. $(BOOST) ; +unit-test ia2 : iterator_adaptor_cc.cpp : ../../.. $(BOOST) ;