lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 13 Aug 2015 13:36:19 -0600
From:	Shuah Khan <shuahkh@....samsung.com>
To:	Naresh Kamboju <naresh.kamboju@...aro.org>,
	Tyler Baker <tyler.baker@...aro.org>
CC:	alexey.kodanev@...cle.com,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	lsk-team@...aro.org, Kevin Hilman <khilman@...aro.org>,
	Milosz Wasilewski <milosz.wasilewski@...aro.org>,
	Shuah Khan <shuahkh@....samsung.com>
Subject: Re: [PATCH] selftests/zram: Adding zram tests

On 08/13/2015 01:08 PM, Naresh Kamboju wrote:
> Hi Tyler,
> 
> On 23 July 2015 at 05:30, Tyler Baker <tyler.baker@...aro.org> wrote:
>> Hi Naresh,
>>
>> On 7 July 2015 at 05:03,  <naresh.kamboju@...aro.org> wrote:
>>> From: Naresh Kamboju <naresh.kamboju@...aro.org>
>>>
>>> zram_lib.sh: create library with initialization/cleanup functions
>>> zram01.sh: creates general purpose ram disks with different filesystems
>>> zram02.sh: creates block device for swap
>>> README: ZRAM introduction and Kconfig required.
>>> Makefile: To run zram tests
>>
>> (./zram01.sh && echo "selftests: zram01.sh [PASS]") || echo
>> "selftests: zram01.sh [FAIL]"
>> (./zram02.sh && echo "selftests: zram02.sh [PASS]") || echo
>> "selftests: zram02.sh [FAIL]"
>> (./zram_lib.sh && echo "selftests: zram_lib.sh [PASS]") || echo
>> "selftests: zram_lib.sh [FAIL]"
>>
>> Above is the output from the run_kselftests.sh. Do we want to run
>> zram_lib.sh as a test case as it just a library?
> 
> zram_lib.sh is not a test as it just a library.
> run_kselftest.sh should not pick this file as test case. Any idea howto ?
> 

TEST_PROGS := zram01.sh zram02.sh zram_lib.sh

The above tells run_kselftest.sh to run these.
You will have to add zram_lib.h to TEST_FILES instead.

Please take a look at other tests that do this. e.g: net/Makefile

thanks,
-- Shuah


-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@....samsung.com | (970) 217-8978
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ