test_suite( name = "unittest", tests = [ ":tokenizer" ], ) cc_test( name = "tokenizer", srcs = ["TokenizerTest.cpp"], deps = [ "//willow/tools/willowc:willowc_lib", "@catch2//:catch2_main" ], tags = ["tokenizer"] )