# Copyright (c) 2008-2010 Kent State University # # This file is distributed under the MIT License. See the accompanying file # LICENSE.txt or http://www.opensource.org/licenses/mit-license.php for terms # and conditions. # FIXME: Add tests for copy_n and copy_backwards and the range variants. origin_add_test(run-copy.cpp) origin_add_test(run-copy_move_iter.cpp) origin_add_test(fail-copy_copyable_reqs.cpp) origin_add_test(run-copy_if.cpp) origin_add_test(run-copy_if_move_iter.cpp)