Fix dependency issues between ant targets.

This commit is contained in:
Pedro Martinez Mediano 2017-05-19 08:25:07 +10:00
parent bdbe0ed659
commit f90ade60b8
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
</target>
<!-- Test GPU code -->
<target name="gputest" description="compile and run C unit tests for GPU code">
<target name="gputest" depends="gpu" description="compile and run C unit tests for GPU code">
<!-- Compile the GPU unit tests -->
<exec executable="make" dir="${src}/infodynamics/measures/continuous/kraskov/cuda/">