idf_component_register(SRCS cxx_build_test_main.cpp
                            test_soc_reg_macros.cpp
                            test_esp_hw_support.cpp
                       INCLUDE_DIRS "."
                       PRIV_REQUIRES driver
                       REQUIRES soc)

set_source_files_properties(test_esp_hw_support.cpp PROPERTIES COMPILE_FLAGS -Wsign-conversion)
