we have liftoff - lisp code still needs fixing

ctree/ortree/sigbuf all tests working
This commit is contained in:
2022-02-22 11:25:55 +01:00
parent 90a429181e
commit 0772df30a5
12 changed files with 98 additions and 26 deletions

View File

@@ -1,7 +1,21 @@
system "echo '0'"
set-bool-array "t.in" 15 0
set t.in[0] 0
set t.in[1] 0
set t.in[2] 0
set t.in[3] 0
set t.in[4] 0
set t.in[5] 0
set t.in[6] 0
set t.in[7] 0
set t.in[8] 0
set t.in[9] 0
set t.in[10] 0
set t.in[11] 0
set t.in[12] 0
set t.in[13] 0
set t.in[14] 0
system "echo '1'"
@@ -9,20 +23,4 @@ cycle
mode run
assert t.out 0
set-bool-array "t.in" 15 1
cycle
assert t.out 1
system "echo '2'"
set-bool-array "t.in" 15 0
cycle
assert t.out 0
system "echo '3'"
set-bool-array "t.in" 15 15
cycle
assert t.out 1
system "echo '4'"