/* * Copyright (c) 2022 Legrand North America, LLC. * * SPDX-License-Identifier: Apache-2.0 */ #include ZTEST_SUITE(cmake_overlay_tests, NULL, NULL, NULL, NULL, NULL); ZTEST(cmake_overlay_tests, test_stub_for_build_only_test) { ztest_test_pass(); }