Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid uppercase characters in package names.
[simgrid.git] / teshsuite / java / semaphoregc / semaphoregc.tesh
similarity index 86%
rename from teshsuite/java/semaphoreGC/semaphoreGC.tesh
rename to teshsuite/java/semaphoregc/semaphoregc.tesh
index d3d9f3e..a321b13 100644 (file)
@@ -1,6 +1,6 @@
 ! timeout 15
 
-$ java -classpath ${classpath:=.} semaphoreGC.SemaphoreGC ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.4r]%e(%i:%P@%h)%e%m%n"
+$ java -classpath ${classpath:=.} semaphoregc.SemaphoreGC ${srcdir:=.}/small_platform.xml "--log=root.fmt:[%10.4r]%e(%i:%P@%h)%e%m%n"
 > [    0.0000] (0:maestro@) Using regular java threads.
 > [    0.0000] (1:SemCreator@Fafard) Creating 50 new Semaphores, yielding and triggering a GC after each
 > [  500.0000] (1:SemCreator@Fafard) It worked, we survived. The test is passed.