Added test to verify required features coupling (#2115)

Fixes #1366 according to task description.
This commit is contained in:
Marcin Hajder
2024-11-05 17:38:45 +01:00
committed by GitHub
parent c4119f07c1
commit 6563c9062c
3 changed files with 60 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ test_definition test_list[] = {
ADD_TEST_VERSION(pragma_unroll, Version(2, 0)),
ADD_TEST_VERSION(features_macro, Version(3, 0)),
ADD_TEST(features_macro_coupling),
ADD_TEST(unload_valid),
// ADD_TEST(unload_invalid), // disabling temporarily, see GitHub #977
ADD_TEST(unload_repeated),