Adam Barth f7053c6bdf Make it easier to run SkyShell from the command line on Mac
Now you can use --snapshot to load snapshots from the command line and have
them appear visually on Mac. Also, remove code duplication with Linux by
factoring common testing code into //sky/shell/testing.
2015-08-15 12:45:08 -07:00

17 lines
383 B
C++

// 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.
#ifndef SKY_SHELL_TESTING_TESTING_H_
#define SKY_SHELL_TESTING_TESTING_H_
namespace sky {
namespace shell {
void InitForTesting();
} // namespace shell
} // namespace sky
#endif // SKY_SHELL_TESTING_TESTING_H_