diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-31 16:33:31 +0200 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2026-05-31 16:33:31 +0200 |
| commit | 6754d151b21915b57b41b8200744a5be5db39112 (patch) | |
| tree | 71a66e3e0971d0a0d8ebbfd6a37b2eb521f1b072 /testsuite/lib | |
| parent | f2c388a69e482fcca87c1eadaa419a9bf95a2e20 (diff) | |
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 +} + |