<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/efivarfs/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/efivarfs/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>88baa78d - selftests: remove duplicated all and clean target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/efivarfs/Makefile#88baa78d</link>
        <description>selftests: remove duplicated all and clean targetCurrently, kselftest use TEST_PROGS, TEST_PROGS_EXTENDED, TEST_FILES toindicate the test program, extended test program and test files. It iseasy to understand the purpose of these files. But mix of compiled anduncompiled files lead to duplicated &quot;all&quot; and &quot;clean&quot; targets.In order to remove the duplicated targets, introduce TEST_GEN_PROGS,TEST_GEN_PROGS_EXTENDED, TEST_GEN_FILES to indicate the compiledobjects.Also, the later patch will make use of TEST_GEN_XXX to redirect thesefiles to output directory indicated by KBUILD_OUTPUT or O.And add this changes to &quot;Contributing new tests(details)&quot; ofDocumentation/kselftest.txt.Signed-off-by: Bamvor Jian Zhang &lt;bamvor.zhangjian@linaro.org&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/efivarfs/Makefile</description>
        <pubDate>Tue, 29 Nov 2016 11:55:47 +0000</pubDate>
        <dc:creator>bamvor.zhangjian@huawei.com &lt;bamvor.zhangjian@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>84f887bf - selftests: Set CC using CROSS_COMPILE once in lib.mk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/efivarfs/Makefile#84f887bf</link>
        <description>selftests: Set CC using CROSS_COMPILE once in lib.mkThis avoids repeating the logic in every Makefile. We mimic thetop-level Makefile and use $(CROSS_COMPILE)gcc.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/efivarfs/Makefile</description>
        <pubDate>Wed, 04 Mar 2015 10:41:31 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>32dcfba6 - selftests: Add install target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/efivarfs/Makefile#32dcfba6</link>
        <description>selftests: Add install targetThis adds make install support to selftests. The basic usage is:$ cd tools/testing/selftests$ make installThat installs into tools/testing/selftests/install, which can then becopied where ever necessary.The install destination is also configurable using eg:$ INSTALL_PATH=/mnt/selftests make installThe implementation uses two targets in the child makefiles. The first&quot;install&quot; is expected to install all files into $(INSTALL_PATH).The second, &quot;emit_tests&quot;, is expected to emit the test instructions (ie.bash script) on stdout. Separating this from install means the childmakefiles need no knowledge of the location of the test script.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/efivarfs/Makefile</description>
        <pubDate>Wed, 11 Mar 2015 04:06:00 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>5e29a910 - selftests: Introduce minimal shared logic for running tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/efivarfs/Makefile#5e29a910</link>
        <description>selftests: Introduce minimal shared logic for running testsThis adds a Make include file which most selftests can then include toget the run_tests logic.On its own this has the advantage of some reduction in repetition, andalso means the pass/fail message is defined in fewer places.However the key advantage is it will allow us to implement install verysimply in a subsequent patch.The default implementation just executes each program in $(TEST_PROGS).We use a variable to hold the default implementation of $(RUN_TESTS)because that gives us a clean way to override it if necessary, ie. usingoverride. The mount, memory-hotplug and mqueue tests use that to providea different implementation.Tests are not run via /bin/bash, so if they are scripts they must beexecutable, we add a+x to several.Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Signed-off-by: Shuah Khan &lt;shuahkh@osg.samsung.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/efivarfs/Makefile</description>
        <pubDate>Wed, 11 Mar 2015 04:05:59 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;mpe@ellerman.id.au&gt;</dc:creator>
    </item>
<item>
        <title>d974f67a - selftests/efivarfs: add create-read test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/efivarfs/Makefile#d974f67a</link>
        <description>selftests/efivarfs: add create-read testTest that reads from a newly-created efivarfs file (with no data written)will return EOF.Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;Cc: Matt Fleming &lt;matt.fleming@intel.com&gt;Cc: Lingzhu Xiang &lt;lxiang@redhat.com&gt;Cc: Dave Young &lt;dyoung@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/efivarfs/Makefile</description>
        <pubDate>Thu, 28 Feb 2013 01:05:55 +0000</pubDate>
        <dc:creator>Jeremy Kerr &lt;jk@ozlabs.org&gt;</dc:creator>
    </item>
<item>
        <title>455ce1c7 - selftests: add tests for efivarfs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/efivarfs/Makefile#455ce1c7</link>
        <description>selftests: add tests for efivarfsThis change adds a few initial efivarfs tests to thetools/testing/selftests directory.The open-unlink test is based on code from Lingzhu Xiang.Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;Cc: Matt Fleming &lt;matt.fleming@intel.com&gt;Cc: Lingzhu Xiang &lt;lxiang@redhat.com&gt;Cc: Dave Young &lt;dyoung@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/efivarfs/Makefile</description>
        <pubDate>Thu, 28 Feb 2013 01:05:52 +0000</pubDate>
        <dc:creator>Jeremy Kerr &lt;jk@ozlabs.org&gt;</dc:creator>
    </item>
</channel>
</rss>
