aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-06-01 18:21:02 +0300
committerGalin Simeonov <gts@volconst.com>2021-07-15 18:03:43 +0300
commit85b23fbee717f047af5a89eac6f4dba8e7812524 (patch)
treedc88ef3f4cb826f4f3a3c9e12c67562878460aa5 /tests/test
parent255a49ba5a41b3854dbdfebdec75fb6229450507 (diff)
downloadMEGATRON-85b23fbee717f047af5a89eac6f4dba8e7812524.tar.gz
restructuring
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test b/tests/test
index c976a6d..90d5353 100644
--- a/tests/test
+++ b/tests/test
@@ -1,10 +1,11 @@
+
machine flicker
[
states [ light_off , light_on ];
+ events [ one_second ];
starting on light_on;
- events [ one_second ];
transitions
[
from light_on to light_off on event one_second