aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2009-07-12 13:52:34 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2009-07-12 13:52:34 -0600
commite39152702c839cafe5a73536ba6d3c3d769d4546 (patch)
tree69f50b26f81b2cf3855da4267f56ecb6d2ba05ee /tests/Makefile
parent8fab11200e300712484ac5f31bc610f9943029cc (diff)
"set keycmd = x" is now equivalent to "keycmd x"
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2bfcf98..7901b7d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -4,7 +4,7 @@ LDFLAGS:=$(shell pkg-config --libs gtk+-2.0 webkit-1.0 libsoup-2.4 gthread-2.0)
GTESTER:=gtester
GTESTER_REPORT:=gtester-report
-TEST_PROGS:=test-expand
+TEST_PROGS:=test-expand test-command
all: $(TEST_PROGS)
LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):." $(GTESTER) --verbose $(TEST_PROGS)