Files
functional/overloaded_function/test/Jamfile.v2
Lorenzo Caminiti e7e599a7d2 Added a test to figure out problem on Sun...
[SVN r77867]
2012-04-09 22:33:45 +00:00

15 lines
361 B
Plaintext

# Copyright (C) 2009-2012 Lorenzo Caminiti
# Distributed under the Boost Software License, Version 1.0
# (see accompanying file LICENSE_1_0.txt or a copy at
# http://www.boost.org/LICENSE_1_0.txt)
# Home at http://www.boost.org/libs/functional/overloaded_function
import testing ;
run functor.cpp ;
run make_decl.cpp ;
run make_call.cpp ;
run sun_bug.cpp ;