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 / ping_pong / Makefile.am
1 EXTRA_DIST=ping_pong_deployment.xml ping_pong_platform.xml
2
3 # Declare sources:
4 noinst_JAVA= Sender.java Receiver.java PingPongTask.java PingPongTest.java
5
6 # Declare test class
7 #if HAVE_JAVA
8 TESTS=PingPongTest.class
9 #endif
10
11 include $(srcdir)/../java_test.mk
12
13 # Cruft
14 include $(top_srcdir)/acmacro/dist-files.mk