1 /* 2 * Copyright 2021 Google LLC 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6 #include <zephyr/ztest.h> 7 test_main(void)8 void test_main(void) 9 { 10 /* Build only test, this is a stub. */ 11 } 12