blob: 253942cc90c6d3cb3c61c47ebcf55e759263f5be [file] [log] [blame]
import 'mustache_specs.dart' as specs;
import 'mustache_test.dart' as test;
import 'parser_test.dart' as parser;
main() {
specs.main();
test.main();
parser.main();
}