<?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>b3828041 - Remove special-case logic for running tests on host machines</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libxo/tests/Makefile#b3828041</link>
        <description>Remove special-case logic for running tests on host machinesI&apos;m not sure what process sjg@ was using, but using CHECKDIR=${.OBJDIR} with&quot;make check&quot; on ^/head is the correct thing to do. This unbreaks &quot;make check&quot;for me (unsandboxed, not using CHECKDIR=${.OBJDIR}).While here, fix a whitespace nit with LIBADD.MFC after:	1 week

            List of files:
            /freebsd-12.1/lib/libxo/tests/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 17:53:14 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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-12.1/lib/libxo/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-12.1/lib/libxo/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>fb9cfe55 - xo_config.h no longer in contrib, so -I&apos;s needed</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libxo/tests/Makefile#fb9cfe55</link>
        <description>xo_config.h no longer in contrib, so -I&apos;s neededPR:		/homes/sjg/commit-logs/freebsd/libxo/xo_config.diffReviewed by:	jkim

            List of files:
            /freebsd-12.1/lib/libxo/tests/Makefile</description>
        <pubDate>Thu, 17 Mar 2016 04:21:57 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>342f3351 - We need libutil</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libxo/tests/Makefile#342f3351</link>
        <description>We need libutiland make it feasible to at least build the tests in situ

            List of files:
            /freebsd-12.1/lib/libxo/tests/Makefile</description>
        <pubDate>Thu, 17 Mar 2016 00:37:04 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@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-12.1/lib/libxo/tests/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/lib/libxo/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>550d2b80 - Make libxo depend on libutil because it uses humanize_number after r287111</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libxo/tests/Makefile#550d2b80</link>
        <description>Make libxo depend on libutil because it uses humanize_number after r287111Remove overlinking in lib/libxo/tests, sbin/savecore, andusr.bin/{iscsictl,wc,xo}PR: 203673Sponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libxo/tests/Makefile</description>
        <pubDate>Sun, 18 Oct 2015 07:30:50 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f09af4b5 - Remove a comment from an earlier iteration of trying to figure out how the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libxo/tests/Makefile#f09af4b5</link>
        <description>Remove a comment from an earlier iteration of trying to figure out how thetest encoder testcases worked

            List of files:
            /freebsd-12.1/lib/libxo/tests/Makefile</description>
        <pubDate>Tue, 06 Oct 2015 17:18:15 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4436b51d - Integrate the tests from libxo into the FreeBSD test suite</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/lib/libxo/tests/Makefile#4436b51d</link>
        <description>Integrate the tests from libxo into the FreeBSD test suiteThe functional_test.sh harness for each test subdir was inspiredby the version in bin/sh/tests/functional_test.shSome gymnastics were required to deal with implicit rules for.c / .o -&gt; .out as the suffix transformation rules wereincorrectly trying to create the test outputs from some of thesource filesSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/lib/libxo/tests/Makefile</description>
        <pubDate>Tue, 06 Oct 2015 16:58:47 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
