blob: 65bb9b13a157e6e6b4851dc741c3577a9f7038f9 [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"
)
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"
)