X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FMakefile.am;h=8dafe0739d2330e20f9ff14ac5d43a236d978553;hb=05fccaeed255e4976314c33a5a94f9438d53f666;hp=46bac37b568defeeebf8af9c5a651cca54ad999c;hpb=293008f682e5fa9726136bc121bceadc136c77dc;p=wget diff --git a/tests/Makefile.am b/tests/Makefile.am index 46bac37b..8dafe073 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -53,9 +53,6 @@ test: ../src/wget$(EXEEXT) run-unit-tests run-px-tests ../lib/libgnu.a: cd ../lib && $(MAKE) $(AM_MAKEFLAGS) -../md5/libmd5.a: - cd ../lib && $(MAKE) $(AM_MAKEFLAGS) - run-unit-tests: unit-tests$(EXEEXT) ../src/libunittest.a ./unit-tests$(EXEEXT) @@ -68,6 +65,7 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \ Test-auth-no-challenge.px \ Test-auth-no-challenge-url.px \ Test-auth-with-content-disposition.px \ + Test-auth-retcode.px \ Test-c-full.px \ Test-c-partial.px \ Test-c.px \ @@ -134,6 +132,6 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \ check_PROGRAMS = unit-tests unit_tests_SOURCES = -LDADD = ../src/libunittest.a ../lib/libgnu.a @MD5_LDADD@ $(LIBS) +LDADD = ../src/libunittest.a ../lib/libgnu.a $(LIBS) CLEANFILES = *~ *.bak core core.[0-9]*