load(":flex_test.bzl", "flex_test") flex_test( name = "basic_nr", src = "basic_nr.l", input = "basic_nr.txt", ) flex_test( name = "basic_r", src = "basic_r.l", input = "basic_r.txt", ) flex_test( name = "array_nr", src = "array_nr.l", input = "array_nr.txt", ) flex_test( name = "array_r", src = "array_r.l", input = "array_r.txt", ) flex_test( name = "ccl", src = "ccl.l", input = "ccl.txt", ) flex_test( name = "extended", src = "extended.l", input = "extended.txt", ) flex_test( name = "quotes", src = "quotes.l", input = "quotes.txt", ) flex_test( name = "yyextra", src = "yyextra.l", input = "yyextra.txt", ) flex_test( name = "prefix_nr", src = "prefix_nr.l", input = "prefix_nr.txt", ) flex_test( name = "prefix_r", src = "prefix_r.l", input = "prefix_r.txt", ) flex_test( name = "debug_nr", src = "debug_nr.l", input = "debug_nr.txt", ) flex_test( name = "debug_r", src = "debug_r.l", input = "debug_r.txt", ) flex_test( name = "mem_nr", src = "mem_nr.l", input = "mem_nr.txt", ) flex_test( name = "mem_r", src = "mem_r.l", input = "mem_r.txt", ) flex_test( name = "quote_in_comment", src = "quote_in_comment.l", input = "quote_in_comment.txt", ) flex_test( name = "alloc_extra", src = "alloc_extra.l", input = "alloc_extra.txt", )