summaryrefslogtreecommitdiff
path: root/test/config
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-25 20:38:16 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-25 20:38:16 +0100
commit27f4147609d3c08cf1b2a5bf457ceed23cce52be (patch)
treef77c30424c5d327b236fc55612fac38b2b81d759 /test/config
parent4f2f93e894f2772880881709dc9d5e033a6d0fa8 (diff)
Add tests for themes
* general * commandline option overrides same theme option * multiline theme definitions
Diffstat (limited to 'test/config')
-rw-r--r--test/config/keys/feh/keys (renamed from test/config/feh/keys)0
-rw-r--r--test/config/themes/feh/themes5
2 files changed, 5 insertions, 0 deletions
diff --git a/test/config/feh/keys b/test/config/keys/feh/keys
index 7114ecc..7114ecc 100644
--- a/test/config/feh/keys
+++ b/test/config/keys/feh/keys
diff --git a/test/config/themes/feh/themes b/test/config/themes/feh/themes
new file mode 100644
index 0000000..d4b7f69
--- /dev/null
+++ b/test/config/themes/feh/themes
@@ -0,0 +1,5 @@
+test_general --action1 "touch a1"
+
+test_multiline --action1 "touch a1" \
+--action2 "touch a2" \
+ --action3 "touch a3"