@@ -981,65 +981,4 @@ FOSSIL_PIZZA_API void _on_skip(const char *description);
981981#define THEN (description ) \
982982 _THEN(description)
983983
984- // *********************************************************************************
985- // Deprecated Macro Names (to be removed in 2.0.0) changing my mind is futile
986- // *********************************************************************************
987-
988- // TODO remove these macros in 2.0.0
989-
990- /**
991- * @brief Deprecated macro to define a test case.
992- *
993- * This macro is deprecated and will be removed in version 2.0.0. Use FOSSIL_TEST instead.
994- *
995- * @param test_name The name of the test case to define.
996- */
997- #define FOSSIL_TEST_CASE (test_name ) \
998- FOSSIL_TEST(test_name)
999-
1000- /**
1001- * @brief Deprecated macro to define a test suite.
1002- *
1003- * This macro is deprecated and will be removed in version 2.0.0. Use FOSSIL_SUITE instead.
1004- *
1005- * @param suite The name of the suite to define.
1006- */
1007- #define FOSSIL_TEST_SUITE (suite ) \
1008- FOSSIL_SUITE(suite)
1009-
1010- /**
1011- * @brief Deprecated macro to run all test cases.
1012- *
1013- * This macro is deprecated and will be removed in version 2.0.0. Use FOSSIL_RUN_ALL instead.
1014- */
1015- #define FOSSIL_TEST_RUN () \
1016- FOSSIL_RUN_ALL()
1017-
1018- /**
1019- * @brief Deprecated macro to print a summary of test results.
1020- *
1021- * This macro is deprecated and will be removed in version 2.0.0. Use FOSSIL_SUMMARY instead.
1022- */
1023- #define FOSSIL_TEST_SUMMARY () \
1024- FOSSIL_SUMMARY()
1025-
1026- /**
1027- * @brief Deprecated macro to end the test engine.
1028- *
1029- * This macro is deprecated and will be removed in version 2.0.0. Use FOSSIL_END instead.
1030- */
1031- #define FOSSIL_TEST_END () \
1032- FOSSIL_END()
1033-
1034- /**
1035- * @brief Deprecated macro to skip a test case.
1036- *
1037- * This macro is deprecated and will be removed in version 2.0.0. Use FOSSIL_TEST_SET_SKIP instead.
1038- *
1039- * @param test_name The name of the test case to skip.
1040- * @param skip The skip message to assign to the test case.
1041- */
1042- #define FOSSIL_TEST_SKIP (test_name , skip ) \
1043- FOSSIL_TEST_SET_SKIP(test_name, skip)
1044-
1045984#endif
0 commit comments