Add test cases for ds_{box,fbox}_transform() 75/295975/1 accepted/tizen/unified/20230720.164642
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 17 Jul 2023 06:56:06 +0000 (15:56 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 18 Jul 2023 04:20:08 +0000 (13:20 +0900)
commit046a5663510d405b83344bd9a6d6a6a2357e4211
treef196a20ef1225a73245217f60c6d363469233026
parentbe027f76cca6e0041da3da96d7e6b8fdd2c717a8
Add test cases for ds_{box,fbox}_transform()

How to run unittests with meson

$ meson setup builddir -Dtests=true
$ meson test -C builddir

Change-Id: I3ee8626d0871fd00591187191fccb8199d177c06
tests/box-test.c [new file with mode: 0644]
tests/meson.build