blob: 8bf18fab7f25c67c0c6d285b37c01c333fb30ba5 [file] [log] [blame]
/* Copyright 2024 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/**
* See CONFIG_TASK_LIST in config.h for details.
*/
#define CONFIG_TEST_TASK_LIST \
TASK_TEST(MTX2, mutex_second_task, NULL, 384) \
TASK_TEST(MTX1, mutex_main_task, NULL, 384)