summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test b/test
new file mode 100644
index 0000000..5427e8e
--- /dev/null
+++ b/test
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+make
+
+Xephyr :100 -screen 1600x900 &
+
+sleep 0.1
+
+DISPLAY=:100 ./YATwm
+
+pkill Xephyr