blob: 72c4cdd4aea7b058b39f146d499d2044b0ab65bf (
plain)
1
2
3
4
5
|
:: Copyright (c) 2010 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.
@echo off
python "%~d0%~p0\tools\smoke_test.py"
|