Remove all "AllTests" suites
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core.tests / src / org / eclipse / tracecompass / ctf / core / tests / AllCtfCoreTests.java
diff --git a/ctf/org.eclipse.tracecompass.ctf.core.tests/src/org/eclipse/tracecompass/ctf/core/tests/AllCtfCoreTests.java b/ctf/org.eclipse.tracecompass.ctf.core.tests/src/org/eclipse/tracecompass/ctf/core/tests/AllCtfCoreTests.java
deleted file mode 100644 (file)
index edcc9f5..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *     Matthew Khouzam - Initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.tracecompass.ctf.core.tests;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-/**
- * The class <code>TestAll</code> builds a suite that can be used to run all of
- * the tests within its package as well as within any subpackages of its
- * package.
- *
- * @author ematkho
- * @version 1.0
- */
-@RunWith(Suite.class)
-@Suite.SuiteClasses({
-        CtfCorePluginTest.class,
-        org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.TestAll.class,
-        org.eclipse.tracecompass.ctf.core.tests.event.TestAll.class,
-        org.eclipse.tracecompass.ctf.core.tests.io.TestAll.class,
-        org.eclipse.tracecompass.ctf.core.tests.scope.TestAll.class,
-        org.eclipse.tracecompass.ctf.core.tests.trace.TestAll.class,
-        org.eclipse.tracecompass.ctf.core.tests.types.TestAll.class
-})
-public class AllCtfCoreTests {
-}
This page took 0.027504 seconds and 5 git commands to generate.