aboutsummaryrefslogtreecommitdiff
path: root/test/urxvt
diff options
context:
space:
mode:
Diffstat (limited to 'test/urxvt')
-rwxr-xr-xtest/urxvt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/urxvt b/test/urxvt
new file mode 100755
index 00000000..90a298d7
--- /dev/null
+++ b/test/urxvt
@@ -0,0 +1,5 @@
+#!/bin/sh
+for perl in urxvt/ext/* ; do
+ perl -c "$perl" >/dev/null || exit 1
+done
+printf 'All Perl scripts in urxvt/ext parsed successfully.\n'