mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add master test suite for conveniently running all junit3 tests in CDT
This commit is contained in:
parent
4e8cb79da0
commit
af5fb6d74b
1 changed files with 17 additions and 0 deletions
17
core/org.eclipse.cdt.alltests/build.properties
Normal file
17
core/org.eclipse.cdt.alltests/build.properties
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2007, 2009 IBM 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:
|
||||||
|
# IBM Corporation - initial API and implementation
|
||||||
|
###############################################################################
|
||||||
|
source.. = src/
|
||||||
|
output.. = bin/
|
||||||
|
bin.includes = META-INF/,\
|
||||||
|
.,\
|
||||||
|
about.html,\
|
||||||
|
plugin.properties
|
||||||
|
src.includes = about.html
|
Loading…
Add table
Reference in a new issue