# Rotator tests
add_catch2_executable(
    NAME
        rotator-test
    SRCS
        test_Rotator.cpp
    LIBS
        utils-rotator
)
