diff options
Diffstat (limited to 'testsuite/lib')
| -rw-r--r-- | testsuite/lib/aplwc.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/lib/aplwc.exp b/testsuite/lib/aplwc.exp new file mode 100644 index 0000000..e5b59e7 --- /dev/null +++ b/testsuite/lib/aplwc.exp @@ -0,0 +1,6 @@ +proc aplwc_start { args } { + global APLWC + global spawn_id + spawn $APLWC {*}$args +} + |