Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Aug 8, 2024
1 parent 6d889cf commit 240f3a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/app/tests/TestDefaultEnhancedSetupFlowProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
* limitations under the License.
*/

#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS 1
#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS_VERSION 1
#define CHIP_CONFIG_TC_REQUIRED 1 // Enable conditional feature for testing
#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS 0 // Dummy define to satisfy #error check
#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS_VERSION 0 // Dummy define to satisfy #error check

#include "app/server/DefaultEnhancedSetupFlowProvider.h"

Expand Down
5 changes: 3 additions & 2 deletions src/app/tests/TestDefaultTermsAndConditionsProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
* limitations under the License.
*/

#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS 1
#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS_VERSION 1
#define CHIP_CONFIG_TC_REQUIRED 1 // Enable conditional feature for testing
#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS 0 // Dummy define to satisfy #error check
#define CHIP_CONFIG_TC_REQUIRED_ACKNOWLEDGEMENTS_VERSION 0 // Dummy define to satisfy #error check

#include "app/server/DefaultTermsAndConditionsProvider.h"

Expand Down

0 comments on commit 240f3a7

Please sign in to comment.