1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00

Bug 444196 - [tests] dsf-gdb tests fail the build when 'make' is not installed

This will make the build not fail but complete with errors.
Also, only build the test apps if we are going to run the tests.

Change-Id: I1a16eb812df45279d973ead37038683b5b0a5dff
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/33406
Tested-by: Hudson CI
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
This commit is contained in:
Marc-Andre Laperle 2014-09-15 18:43:35 -04:00
parent 4a93b2d6a4
commit de517a2cd5
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<!-- targets -->
<target name="makeTestApps" description="Create the binaries for the test applications">
<exec executable="make" dir="${src_dir}" />
<exec executable="make" dir="${src_dir}" failifexecutionfails="false"/>
</target>
<condition property="binDirExists">

View file

@ -39,7 +39,7 @@
</execution>
<execution>
<id>prepare</id>
<phase>validate</phase>
<phase>pre-integration-test</phase>
<configuration>
<tasks>
<ant antfile="TestAppBuilder.xml" target="makeTestApps"/>