Makefile: let testfiles be a dependency for the tests target
authorBernhard Urban <lewurm@gmail.com>
Tue, 12 Jun 2012 10:32:42 +0000 (12:32 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 12 Jun 2012 19:50:20 +0000 (21:50 +0200)
commit5339e1ca42108f2f39bcf45e15a06a05fe068f4e
treed335db2959ea66c5c8f1afd5fe2f0abe8533b96c
parent7e3cda1c8cfe2f1e91816277969391c6d91bfb6a
Makefile: let testfiles be a dependency for the tests target

- just compile java files needed for executing mate (e.g. java/* stuff)
- also satisify a dependency with a wrong classfile as we test something
  different here (see ClassPath3.*). yes, it's a hack, as our "test framework"
  isn't really mature :-)
Makefile
tests/ClassPath3.compile