diff --git a/Makefile b/Makefile index 1635566ad..d8c3f0ce9 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,6 @@ TESTS = \ write_batch_test \ filelock_test - TOOLS = \ manifest_dump \ leveldb_shell \ @@ -198,6 +197,10 @@ sst_dump: tools/sst_dump.o $(LIBOBJECTS) $(VERSIONFILE): build_detect_version $(shell ./build_detect_platform build_config.mk) +filelock_test: util/filelock_test.o $(LIBOBJECTS) $(TESTHARNESS) + $(CXX) util/filelock_test.o $(LIBOBJECTS) $(TESTHARNESS) -o $@ $(LDFLAGS) + + ifeq ($(PLATFORM), IOS) # For iOS, create universal object files to be used on both the simulator and # a device.