From 2d17422a93d039b2745b117b6373abb6ee4c951d Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 4 Apr 2017 22:52:53 -0700 Subject: Move test suites into separate files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24b7b29..f3afc81 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ INSTALL_DATA=${INSTALL} -m 644 LIBS=-lpthread OBJECTS=src/fzy.o src/match.o src/tty.o src/choices.o src/options.o src/tty_interface.o THEFTDEPS = deps/theft/theft.o deps/theft/theft_bloom.o deps/theft/theft_mt.o deps/theft/theft_hash.o -TESTOBJECTS=test/fzytest.c test/test_properties.c src/match.o src/choices.o src/options.o $(THEFTDEPS) +TESTOBJECTS=test/fzytest.c test/test_properties.c test/test_choices.c test/test_match.c src/match.o src/choices.o src/options.o $(THEFTDEPS) all: fzy -- cgit v1.2.3