1 /*
2  * Copyright (c) 2022 Legrand North America, LLC.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 
8 #include <zephyr/ztest.h>
9 
10 
11 ZTEST_SUITE(cmake_overlay_tests, NULL, NULL, NULL, NULL, NULL);
12 
ZTEST(cmake_overlay_tests,test_stub_for_build_only_test)13 ZTEST(cmake_overlay_tests, test_stub_for_build_only_test)
14 {
15 	ztest_test_pass();
16 }
17