Add V2 Jamfile
[SVN r20212]
This commit is contained in:
parent
59a7710963
commit
eda52ae4c1
43
test/Jamfile.v2
Normal file
43
test/Jamfile.v2
Normal file
@ -0,0 +1,43 @@
|
||||
# Boost Interval Library test Jamfile
|
||||
#
|
||||
# Copyright Guillaume Melquiond 2003
|
||||
# Permission to use, copy, modify, sell, and distribute this software
|
||||
# is hereby granted without fee provided that the above copyright notice
|
||||
# appears in all copies and that both that copyright notice and this
|
||||
# permission notice appear in supporting documentation.
|
||||
#
|
||||
# None of the above authors make any representation about the
|
||||
# suitability of this software for any purpose. It is provided "as
|
||||
# is" without express or implied warranty.
|
||||
#
|
||||
# $Id$
|
||||
|
||||
project
|
||||
: source-location $(BOOST_ROOT)
|
||||
;
|
||||
|
||||
# bring in rules for testing
|
||||
import testing ;
|
||||
|
||||
{
|
||||
test-suite "interval" :
|
||||
[ compile libs/numeric/interval/test/integer.cpp ]
|
||||
|
||||
[ run libs/numeric/interval/test/add.cpp ]
|
||||
[ run libs/numeric/interval/test/det.cpp ]
|
||||
[ run libs/numeric/interval/test/fmod.cpp ]
|
||||
[ run libs/numeric/interval/test/mul.cpp ]
|
||||
[ run libs/numeric/interval/test/overflow.cpp ]
|
||||
[ run libs/numeric/interval/test/pi.cpp ]
|
||||
[ run libs/numeric/interval/test/pow.cpp ]
|
||||
|
||||
[ run libs/numeric/interval/test/cmp.cpp
|
||||
../../../test/build//boost_test_exec_monitor ]
|
||||
[ run libs/numeric/interval/test/cmp_exp.cpp
|
||||
../../../test/build//boost_test_exec_monitor ]
|
||||
[ run libs/numeric/interval/test/cmp_lex.cpp
|
||||
../../../test/build//boost_test_exec_monitor ]
|
||||
[ run libs/numeric/interval/test/test_float.cpp
|
||||
../../../test/build//boost_test_exec_monitor ]
|
||||
;
|
||||
}
|
Loading…
Reference in New Issue
Block a user