Skip to content

Commit ce9ddb4

Browse files
committed
zephyr: test: userspace: intel_hda_dma: limit which test suites are run
Prepare for other users of the standalone boot test infrastructure and do not run all tests in the sys init hook of "userspace_intel_hda_dma". Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 1b3219a commit ce9ddb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/test/userspace/test_intel_hda_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ZTEST_SUITE(userspace_intel_hda_dma, NULL, NULL, NULL, NULL, NULL);
235235
*/
236236
static int run_tests(void)
237237
{
238-
ztest_run_all(NULL, false, 1, 1);
238+
ztest_run_test_suite(userspace_intel_hda_dma, false, 1, 1, NULL);
239239
return 0;
240240
}
241241

0 commit comments

Comments
 (0)