blob: 5900d8d1cc5a7cd6958f193918a48f6d4fc0e28d [file] [log] [blame]
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"
)
sparrow_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"
)