From 720543d2faf22915a0778d4d377037d844e43c46 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 16 Aug 2012 14:08:44 -0500 Subject: [PATCH] Add master test suite for conveniently running all junit3 tests in CDT --- core/org.eclipse.cdt.alltests/plugin.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 core/org.eclipse.cdt.alltests/plugin.properties diff --git a/core/org.eclipse.cdt.alltests/plugin.properties b/core/org.eclipse.cdt.alltests/plugin.properties new file mode 100644 index 00000000000..098506f8aea --- /dev/null +++ b/core/org.eclipse.cdt.alltests/plugin.properties @@ -0,0 +1,13 @@ +############################################################################### +# Copyright (c) 2012 Freescale Semiconductor Corporation and others. +# 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: +# Freescale Semiconductor - initial API and implementation +############################################################################### +# properties file for org.eclipse.cdt.core.parser.c99.tests +Bundle-Vendor.0 = Eclipse CDT +Bundle-Name.0 = CDT Master Test Suite