diff --git a/test/sanity-check/c++03/etl_profile.h b/test/sanity-check/c++03/etl_profile.h index 241b305e..2d70da68 100644 --- a/test/sanity-check/c++03/etl_profile.h +++ b/test/sanity-check/c++03/etl_profile.h @@ -31,10 +31,10 @@ SOFTWARE. #define ETL_TARGET_DEVICE_GENERIC #define ETL_TARGET_OS_NONE -#define ETL_USING_CPP11 0 -#define ETL_USING_CPP14 0 -#define ETL_USING_CPP17 0 -#define ETL_USING_CPP20 0 +#define ETL_CPP11_SUPPORTED 0 +#define ETL_CPP14_SUPPORTED 0 +#define ETL_CPP17_SUPPORTED 0 +#define ETL_CPP20_SUPPORTED 0 #define ETL_IN_UNIT_TEST #define ETL_CALLBACK_TIMER_USE_INTERRUPT_LOCK #define ETL_CALLBACK_TIMER_DISABLE_INTERRUPTS diff --git a/test/sanity-check/c++11/etl_profile.h b/test/sanity-check/c++11/etl_profile.h index 2c915e8a..002d5eb9 100644 --- a/test/sanity-check/c++11/etl_profile.h +++ b/test/sanity-check/c++11/etl_profile.h @@ -31,10 +31,10 @@ SOFTWARE. #define ETL_TARGET_DEVICE_GENERIC #define ETL_TARGET_OS_NONE -#define ETL_USING_CPP11 1 -#define ETL_USING_CPP14 0 -#define ETL_USING_CPP17 0 -#define ETL_USING_CPP20 0 +#define ETL_CPP11_SUPPORTED 1 +#define ETL_CPP14_SUPPORTED 0 +#define ETL_CPP17_SUPPORTED 0 +#define ETL_CPP20_SUPPORTED 0 #define ETL_IN_UNIT_TEST #define ETL_CALLBACK_TIMER_USE_INTERRUPT_LOCK #define ETL_CALLBACK_TIMER_DISABLE_INTERRUPTS diff --git a/test/sanity-check/c++14/etl_profile.h b/test/sanity-check/c++14/etl_profile.h index b6d4a649..54451abc 100644 --- a/test/sanity-check/c++14/etl_profile.h +++ b/test/sanity-check/c++14/etl_profile.h @@ -31,10 +31,10 @@ SOFTWARE. #define ETL_TARGET_DEVICE_GENERIC #define ETL_TARGET_OS_NONE -#define ETL_USING_CPP11 1 -#define ETL_USING_CPP14 1 -#define ETL_USING_CPP17 0 -#define ETL_USING_CPP20 0 +#define ETL_CPP11_SUPPORTED 1 +#define ETL_CPP14_SUPPORTED 1 +#define ETL_CPP17_SUPPORTED 0 +#define ETL_CPP20_SUPPORTED 0 #define ETL_IN_UNIT_TEST #define ETL_CALLBACK_TIMER_USE_INTERRUPT_LOCK #define ETL_CALLBACK_TIMER_DISABLE_INTERRUPTS diff --git a/test/sanity-check/c++17/etl_profile.h b/test/sanity-check/c++17/etl_profile.h index 2f295f36..05efac58 100644 --- a/test/sanity-check/c++17/etl_profile.h +++ b/test/sanity-check/c++17/etl_profile.h @@ -31,10 +31,10 @@ SOFTWARE. #define ETL_TARGET_DEVICE_GENERIC #define ETL_TARGET_OS_NONE -#define ETL_USING_CPP11 1 -#define ETL_USING_CPP14 1 -#define ETL_USING_CPP17 1 -#define ETL_USING_CPP20 0 +#define ETL_CPP11_SUPPORTED 1 +#define ETL_CPP14_SUPPORTED 1 +#define ETL_CPP17_SUPPORTED 1 +#define ETL_CPP20_SUPPORTED 0 #define ETL_IN_UNIT_TEST #define ETL_CALLBACK_TIMER_USE_INTERRUPT_LOCK #define ETL_CALLBACK_TIMER_DISABLE_INTERRUPTS