mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Making make check win.
This commit is contained in:
parent
212396c7e1
commit
20396f7dc7
@ -1,7 +1,8 @@
|
|||||||
2007-10-18 Micah Cowan <micah@cowan.name>
|
2007-10-18 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Makefile.am: version.c should not be distributed. Removed
|
* Makefile.am: version.c should not be distributed. Removed
|
||||||
config-post.h.
|
config-post.h. Add version.c dependency and gnulib include path
|
||||||
|
for libunittest.a.
|
||||||
* sysdep.h: Got contents of config-post.h
|
* sysdep.h: Got contents of config-post.h
|
||||||
* config-post.h: Removed.
|
* config-post.h: Removed.
|
||||||
* wget.h: #include "config.h".
|
* wget.h: #include "config.h".
|
||||||
|
@ -56,7 +56,8 @@ version.c: $(wget_SOURCES) $(LDADD) $(srcdir)/Makefile.am
|
|||||||
|
|
||||||
check_LIBRARIES = libunittest.a
|
check_LIBRARIES = libunittest.a
|
||||||
libunittest_a_SOURCES = $(wget_SOURCES) test.c test.h
|
libunittest_a_SOURCES = $(wget_SOURCES) test.c test.h
|
||||||
libunittest_a_CPPFLAGS = -DTESTING
|
nodist_libunittest_a_SOURCES = version.c
|
||||||
|
libunittest_a_CPPFLAGS = -DTESTING -I$(top_srcdir)/lib
|
||||||
libunittest_a_LIBADD = $(ALLOCA) $(LIBOBJS)
|
libunittest_a_LIBADD = $(ALLOCA) $(LIBOBJS)
|
||||||
|
|
||||||
CLEANFILES = *~ *.bak core core.[0-9]* version.c
|
CLEANFILES = *~ *.bak core core.[0-9]* version.c
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2007-10-18 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* Makefile.am: Add dependency for unit_tests on libgnu.a.
|
||||||
|
|
||||||
2007-10-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2007-10-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
* WgetTest.pm.in: wget is built in the build tree. Use an
|
* WgetTest.pm.in: wget is built in the build tree. Use an
|
||||||
|
@ -98,6 +98,6 @@ EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \
|
|||||||
|
|
||||||
check_PROGRAMS = unit-tests
|
check_PROGRAMS = unit-tests
|
||||||
unit_tests_SOURCES =
|
unit_tests_SOURCES =
|
||||||
LDADD = ../src/libunittest.a @LIBSSL@ @LIBGNUTLS@
|
LDADD = ../src/libunittest.a ../lib/libgnu.a @LIBSSL@ @LIBGNUTLS@
|
||||||
|
|
||||||
CLEANFILES = *~ *.bak core core.[0-9]*
|
CLEANFILES = *~ *.bak core core.[0-9]*
|
||||||
|
Loading…
Reference in New Issue
Block a user