summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-09-03 19:40:24 +0200
committerQC <qball@gmpclient.org>2014-09-03 19:40:24 +0200
commit20dca49a227d177872dca5f159632fd35b2e3e0c (patch)
tree935ac656dd4fc9e67b4eef21d5d2b8f21fae3c67 /test
parent0462811800e69933a069ac48e471bc6016aae08f (diff)
Add ctrl-space to set selected item as input.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 94893669..f81b22ec 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -34,11 +34,11 @@ textbox_test_SOURCES=\
textbox-test.c
helper_test_SOURCES=\
- helper-test.c\
../config/config.c\
../include/rofi.h\
../source/helper.c\
- ../include/helper.h
+ ../include/helper.h\
+ helper-test.c
.PHONY: test
test: ${bin_PROGRAMS}