iree_cc_library( | |
NAME | |
image | |
HDRS | |
"image.h" | |
SRCS | |
"image.c" | |
) | |
iree_cc_library( | |
NAME | |
test_utils | |
HDRS | |
"test_utils.h" | |
DEPS | |
::image | |
) | |
iree_cc_library( | |
NAME | |
utils | |
HDRS | |
"utils.h" | |
SRCS | |
"utils.c" | |
) | |
springbok_test( | |
NAME | |
image_test | |
SRCS | |
"image_test.cc" | |
DEPS | |
::image | |
::test_utils | |
pw_unit_test | |
pw_unit_test.main | |
pw_assert_basic | |
TESTFILES | |
"image_test.run" | |
) |