1(executable 2 (name test_matrix_proto) 3 (libraries matrix.proto jsont jsont.bytesrw)) 4 5(rule 6 (alias runtest) 7 (deps 8 (glob_files fixtures/*.json) 9 test_matrix_proto.exe) 10 (action (run ./test_matrix_proto.exe)))