forked from boostorg/functional
14 lines
367 B
Plaintext
14 lines
367 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 ;
|
|
|
|
project : requirements <library>/boost//unit_test_framework ;
|
|
|
|
run identity.cpp ;
|
|
|