1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2025-11-24 03:37:34 +00:00

After 337d0e2b17 it makes more sense for test to not depend on build

This commit is contained in:
Sebastian Bergmann
2019-08-23 07:14:25 +02:00
parent e5cc5c6040
commit 9f054d89ae

View File

@ -15,7 +15,7 @@
</exec>
</target>
<target name="test" depends="build">
<target name="test">
<mkdir dir="${basedir}/test"/>
<get src="https://raw.githubusercontent.com/Sakura-IT/Amiga-programming-examples/master/C/hello-world-amiga/hello.c"