test/bitops: add bit operations test case
authorJoyce Kong <joyce.kong@arm.com>
Mon, 27 Apr 2020 07:58:52 +0000 (15:58 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 16 Jun 2020 12:34:39 +0000 (14:34 +0200)
commit7660614c11e2079ac1bb09671f3058a6d1c7c755
tree5c0f1e31add4979ddd9a2f04005f020f51e48358
parent7f3aa086390393cf4dd6dcc67224a0b096c8cd15
test/bitops: add bit operations test case

Add test cases for setting bit, clearing bit, testing
and setting bit, testing and clearing bit operation.

Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Reviewed-by: Phil Yang <phil.yang@arm.com>
MAINTAINERS
app/test/Makefile
app/test/autotest_data.py
app/test/meson.build
app/test/test_bitops.c [new file with mode: 0644]