load(":boost_test_suite.bzl", "boost_test_suite") boost_test_suite( name = "gen_boost.foreach_test_targets", cc_srcs = glob(["*.cpp"]), header_srcs = glob(["*.hpp"]), deps = ["//:boost.foreach"], )