mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
Make TM-terminal available for tests
This commit is contained in:
parent
f01e7697cd
commit
8cb2796df1
1 changed files with 2 additions and 1 deletions
|
@ -24,8 +24,9 @@
|
|||
<!-- TODO: if your project requires more dependencies for testing, add them here -->
|
||||
<echo message="Copy EMF SDK + Eclipse SDK to ${executionDir}..."/>
|
||||
<copy todir="${executionDir}">
|
||||
<!--TODO: Main runtime is RSE, therefore need to copy TM-terminal and others to test as well-->
|
||||
<!--<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${wtpFile},${orbitFile}"/>-->
|
||||
<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${orbitFile}"/>
|
||||
<fileset dir="${downloadsDir}" includes="${emfFile},${eclipseFile},${orbitFile},TM-terminal-*"/>
|
||||
</copy>
|
||||
<property name="shell" value="relengbuildgtk.sh"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue