summaryrefslogtreecommitdiff
path: root/testsuite/lib
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-31 16:33:31 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-05-31 16:33:31 +0200
commit6754d151b21915b57b41b8200744a5be5db39112 (patch)
tree71a66e3e0971d0a0d8ebbfd6a37b2eb521f1b072 /testsuite/lib
parentf2c388a69e482fcca87c1eadaa419a9bf95a2e20 (diff)
Commit some testsuite stuffHEADmaster
Diffstat (limited to 'testsuite/lib')
-rw-r--r--testsuite/lib/aplwc.exp6
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
+}
+