summaryrefslogtreecommitdiff
path: root/testsuite/lib/aplwc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/lib/aplwc.exp')
-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
+}
+