Makefile: let testfiles be a dependency for the tests target
[mate.git] / tests / ClassPath3.compile
index 2498b45aa08625be32785494ed94d80b5b1ba73e..9cca39e5a38ce1115bb32690288e9fbc285b002b 100644 (file)
@@ -1 +1,3 @@
 javac tests/this/is/a/class/path/test/ClassPath2.java
+# and make `make' happy by providing a class file at a proper place:
+cp tests/this/is/a/class/path/test/ClassPath2.class tests/ClassPath3.class