blob: d4412d4edb0d48fff8beac80a8752eea0f1e7918 [file] [log] [blame]
// Copyright 2017 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 './devtools_app.js';
import {startApplication} from './RuntimeInstantiator.js';
if (self.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
startApplication('integration_test_runner');