diff --git a/simple_tests/testHWIdle.poets b/simple_tests/testHWIdle.poets new file mode 100644 index 0000000..c2f9ef1 --- /dev/null +++ b/simple_tests/testHWIdle.poets @@ -0,0 +1,8 @@ +exit /at = "stop" +load /app = +"test_hwIdle.xml" +tlink /app = * +place /bucket = * +compose /app = * +deploy /app = * +initialise /app = * +run /app = * \ No newline at end of file diff --git a/simple_tests/test_doSend.xml b/simple_tests/test_doSend.xml new file mode 100644 index 0000000..620a183 --- /dev/null +++ b/simple_tests/test_doSend.xml @@ -0,0 +1,87 @@ + + + + + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + #include + #include + #include + ]]> + + + = GRAPHPROPERTIES(ignoreCnt)) +{ + Super::stop_application(); +} + ]]> + + + + + + + + + + + diff --git a/simple_tests/test_hwIdle.xml b/simple_tests/test_hwIdle.xml new file mode 100644 index 0000000..24ad69d --- /dev/null +++ b/simple_tests/test_hwIdle.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/simple_tests/testdoSend.poets b/simple_tests/testdoSend.poets new file mode 100644 index 0000000..0f8dcf2 --- /dev/null +++ b/simple_tests/testdoSend.poets @@ -0,0 +1,7 @@ +load /app = +"test_doSend.xml" +tlink /app = * +place /bucket = * +compose /app = * +deploy /app = * +initialise /app = * +run /app = * \ No newline at end of file