<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#7cc42f6d</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 01:10:51 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51f86375 - Increase WARNS for libcrypt tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#51f86375</link>
        <description>Increase WARNS for libcrypt testsATF tests have a default WARNS of 0, unlike other usermode programs.Reviewed by:  ngie, julianMFC after:    3 weeksSponsored by: Spectra Logic CorporationDifferential Revision:        https://reviews.freebsd.org/D9933

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 00:07:04 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#430f7286</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 22:26:49 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ad6065c - Enable libcrypt tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#0ad6065c</link>
        <description>Enable libcrypt tests.kyua 0.12 has fix for https://github.com/jmmv/kyua/pull/148which eliminates invalid XML characters from being written to test reportswith &quot;kyua report-junit&quot;.

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 21:25:18 +0000</pubDate>
        <dc:creator>Craig Rodrigues &lt;rodrigc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa3d9ada - Temporarily comment out the libcrypt tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#fa3d9ada</link>
        <description>Temporarily comment out the libcrypt tests.They are emitting characters which are triggeringa kyua bug which causes kyua to emit invalid XML.This invalid XML is causing false failures in Jenkins.On a separate note, kyua needs to be fixed with this:  https://github.com/jmmv/kyua/pull/148or something similar.

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Wed, 18 Nov 2015 13:19:34 +0000</pubDate>
        <dc:creator>Craig Rodrigues &lt;rodrigc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e514d471 - Integrate contrib/netbsd-tests/lib/libcrypt/t_crypt.c in to the FreeBSD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#e514d471</link>
        <description>Integrate contrib/netbsd-tests/lib/libcrypt/t_crypt.c in to the FreeBSDtest suite as lib/libcrypt/crypt_testMFC after: 1 weekSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Mon, 16 Nov 2015 04:06:14 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2d48be1 - Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#b2d48be1</link>
        <description>Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andnetbsd-tests.test.mk (r289151)- Eliminate explicit OBJTOP/SRCTOP setting- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk- Remove unnecessary TESTSDIR setting- Use SRCTOP where possible for clarityMFC after: 2 weeksSponsored by: EMC / Isilon Storage Divison

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 08:16:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4207570a - Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile variables</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#4207570a</link>
        <description>Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile variablesThis fixes &quot;make checkdpadd&quot;Phabric: D620Approved by: jmmv (mentor)PR: 192729MFC after: 5 days

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Mon, 18 Aug 2014 17:35:39 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5fd950e - Make bsd.test.mk the only public mk fragment for the building of tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#f5fd950e</link>
        <description>Make bsd.test.mk the only public mk fragment for the building of tests.Change {atf,plain,tap}.test.mk to be internal implementation details ofbsd.test.mk.  Makefiles that build tests should now only include bsd.test.mkand declaratively specify what they want to build, without worrying aboutthe internal implementation of the mk files.The reason for this change is to permit building test programs of differentinterfaces from a single directory, which is something I had a need forwhile porting tests over from src/tools/regression/.Additionally, this change makes it possible to perform some other requestedchanges to bsd.test.mk in an easier manner.  Coming soon.

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 08:56:19 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2197f80 - Set up the /usr/tests hierarchy.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#e2197f80</link>
        <description>Set up the /usr/tests hierarchy.Populate /usr/tests with the only test programs that currently livein the tree (those in lib/libcrypt/tests/) and add all the buildmachinery to accompany this change.In particular:- Add a WITHOUT_TESTS variable that users can define to request that  no tests be put in /usr/tests.- Add a top-level Kyuafile for /usr/tests and a way to create similar  Kyuafiles in top-level subdirectories.- Add a BSD.tests.dist file to define the directory layout of  /usr/tests.Submitted by:	Julio Merino jmmv google.comReviewed by:	sjgMFC after:	2 weeks

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Fri, 25 Oct 2013 05:25:19 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4a14c85 - Clearly split the logic to build ATF and plain tests apart.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#d4a14c85</link>
        <description>Clearly split the logic to build ATF and plain tests apart.This change introduces a new plain.test.mk file that provides the buildinfrastructure to build test programs that don&apos;t use any framework.Most of the code previously in bsd.test.mk moves to plain.test.mk andatf.test.mk is extended with the missing pieces.In doing so, this change pushes all test program building logic to thevarious *.test.mk files instead of trying to reuse some tiny bits.In fact, this attempt to reuse some definitions makes the code harderto read and harder to extend.The clear benefit of this is that the interface of bsd.test.mk is nowclearly delimited.Submitted by:	Julio Merino jmmv google.comMFC after:	2 weeks

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Sat, 19 Oct 2013 06:48:49 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62b43b7f - Simple unit-tests for libcrypt, to show how easy it is.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libcrypt/tests/Makefile#62b43b7f</link>
        <description>Simple unit-tests for libcrypt, to show how easy it is.Approved by:	marcel (mentor)

            List of files:
            /freebsd-14.2/lib/libcrypt/tests/Makefile</description>
        <pubDate>Wed, 07 Nov 2012 22:03:59 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
