Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test for msg-task-priority is still present; run it for coverage.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Jan 2019 20:41:56 +0000 (21:41 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Jan 2019 08:44:31 +0000 (09:44 +0100)
teshsuite/msg/CMakeLists.txt
teshsuite/msg/task-priority/task-priority.tesh

index 83c1572..d2543b5 100644 (file)
@@ -93,6 +93,7 @@ foreach(x
     energy-consumption energy-ptask
     io-file io-raw-storage io-file-remote
     platform-properties
+    task-priority
     plugin-hostload
     trace_integration)
   ADD_TESH_FACTORIES(tesh-msg-${x} "raw" 
index 5679db9..19886bd 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env tesh
 
 ! output sort 19
-$ $SG_TEST_EXENV ${bindir:=.}/task-priority$EXEEXT ${platfdir}/small_platform.xml  ${srcdir}/task-priority_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
+$ $SG_TEST_EXENV ${bindir:=.}/task-priority$EXEEXT ${platfdir}/small_platform.xml  ${srcdir:=.}/task-priority_d.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
 > [  0.000000] (1:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 1
 > [  0.000000] (2:test@Fafard) Hello! Running a task of size 7.6296e+07 with priority 2
 > [  1.500000] (2:test@Fafard) Goodbye now!