1 /* 2 * Copyright 2021 Google LLC 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 ZTEST_SUITE(feature5, NULL, NULL, NULL, NULL, NULL); 8 9 ZTEST(feature5, test_1a); 10 ZTEST(feature5, test_1b); 11 12 ztest_run_registered_test_suites(feature4); 13