]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / ip / Makefile.am
index 2b2337d3425d4ae84b57e301456fec559b9e34f5..592dadf875cd7a2fa18612c4fc40e90ecfeebbc0 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
@@ -14,23 +21,3 @@ libip_la_SOURCES = \
        Qos.cci \
        tools.cc \
        tools.h
-
-
-check_PROGRAMS += testIpAddress
-TESTS += testIpAddress
-
-testIpAddress_SOURCES= \
-       testAddress.cc \
-       testAddress.h
-nodist_testIpAddress_SOURCES= \
-       $(top_srcdir)/src/tests/stub_debug.cc \
-       $(top_srcdir)/src/tests/stub_tools.cc \
-       $(top_srcdir)/src/tests/testMain.cc
-testIpAddress_LDADD= \
-       libip.la \
-       ../base/libbase.la \
-       $(XTRA_LIBS) \
-       $(COMPAT_LIB) \
-       $(SQUID_CPPUNIT_LA) \
-       $(SQUID_CPPUNIT_LIBS)
-testIpAddress_LDFLAGS= $(LIBADD_DL)