summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index c20a1a0..83f0e2b 100644
--- a/common.mk
+++ b/common.mk
@@ -9,7 +9,8 @@ SOURCES = src/binding.c src/buffer.c src/command.c src/display.c \
DGED_SOURCES = $(SOURCES) src/main.c
TEST_SOURCES = test/assert.c test/buffer.c test/text.c test/utf8.c test/main.c \
- test/command.c test/keyboard.c test/fake-reactor.c
+ test/command.c test/keyboard.c test/fake-reactor.c test/allocator.c \
+ test/minibuffer.c
prefix != if [ -n "$$prefix" ]; then echo "$$prefix"; else echo "/usr"; fi