]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
bundle-uri: unit test "key=value" parsing
[thirdparty/git.git] / Makefile
index 7320bee9c9e047f32ea0281233514ae54b471607..4a19d9cb728ebdbb9f924f38637a5fa4add39754 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -722,6 +722,7 @@ PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))
 TEST_BUILTINS_OBJS += test-advise.o
 TEST_BUILTINS_OBJS += test-bitmap.o
 TEST_BUILTINS_OBJS += test-bloom.o
+TEST_BUILTINS_OBJS += test-bundle-uri.o
 TEST_BUILTINS_OBJS += test-chmtime.o
 TEST_BUILTINS_OBJS += test-config.o
 TEST_BUILTINS_OBJS += test-crontab.o