Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly say the test suite that java tests are not run when it's the case
[simgrid.git] / examples / java / ping_pong / Makefile.am
index 7c9fd0a..39e1cb7 100644 (file)
@@ -10,13 +10,13 @@ EXTRA_DIST=ping_pong_deployment.xml ping_pong_platform.xml
 # Declare sources:
 JAVA_SRC=Sender.java Receiver.java PingPongTask.java PingPongTest.java
 JAVA_TESTS=PingPongTest.class
+TESTS=$(JAVA_TESTS)
 
 EXTRA_DIST+=$(JAVA_SRC)
 
 # Declare test class
 if HAVE_JAVA
   noinst_JAVA=$(JAVA_SRC)
-  TESTS=$(JAVA_TESTS)
 endif
 
 include $(srcdir)/../java_test.mk