Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New version of the java bindings by Malek, passing all [existing] tests
[simgrid.git] / examples / java / suspend / Makefile.am
1 EXTRA_DIST=suspend_deployment.xml suspend_platform.xml
2
3 # Declare sources:
4 noinst_JAVA= DreamMaster.java LazyGuy.java SuspendTest.java
5
6 # Declare test class 
7 TESTS=SuspendTest.class
8
9 include $(srcdir)/../java_test.mk
10
11 # Cruft
12 include $(top_srcdir)/acmacro/dist-files.mk