load("@rules_cc//cc:defs.bzl", "cc_test") cc_test( name = "gsl-lite-v1-test", srcs = [ "lest_cpp03.hpp", "gsl-lite.t.cpp", "gsl-lite.t.hpp", "assert.t.cpp", "at.t.cpp", "byte.t.cpp", "emulation.t.cpp", "issue.t.cpp", "not_null.t.cpp", "owner.t.cpp", "span.t.cpp", "string_span.t.cpp", "util.t.cpp", ], defines = [ "gsl_TESTING_", "gsl_CONFIG_CONTRACT_VIOLATION_THROWS", "gsl_CONFIG_UNENFORCED_CONTRACTS_ELIDE", "gsl_CONFIG_CONTRACT_CHECKING_AUDIT", ], deps = ["//:gsl-lite"], )