add_test_executable(
    TEST_NAME
        route
    SOURCES
        test_route.cpp
    INCLUDES
        ../include
    LIBRARIES
        beauty::beauty
)
