blob: d2d1df9724bb64580208e13b7ae1182cefdc1ec9 [file] [log] [blame]
// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// This program and the accompanying materials are made available
// under the terms of the Eclipse Public License v2.0 which accompanies
// this distribution, and is available at
// https://www.eclipse.org/legal/epl-2.0/
package org.eclipse.wst.jsdt.chromium.internal.tools.v8;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* Tests for all the V8-related classes.
*/
@RunWith(Suite.class)
@SuiteClasses({
BreakpointImplTest.class,
})
public class V8Tests {
}