blob: 54e1cc9228dddebbcf1236d6dd19c697e4ece3a5 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:apptest/apptest.dart';
import 'package:services/dart/test/echo_service.mojom.dart';
import 'echo_apptests.dart' as echo;
import 'pingpong_apptests.dart' as pingpong;
main(List args) {
runAppTests(args[0], [echo.echoApptests, pingpong.pingpongApptests]);
}