`include "macroasm.vh" // look into macroasm.vh for more info `WRITE(00000, abcd) `WAIT `READ (00000, abcd) `WRITE(00001, 1234) `READ (00000, abcd) `DESELECT `DESELECT `READ (00001, 1234) `WRITE(01010, a2a2) `WRITE(00001, 4321) `READ (01010, a2a2) `WAIT `WAIT `WAIT `WAIT `WAIT `DESELECT `DESELECT `DESELECT `WAIT `DESELECT `WAIT `READ(00001, 4321) '>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/cups.scm
AgeCommit message (Expand)Author
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2020-03-02gnu: Add system test for CUPS....Marius Bakke