forked from Imagelibrary/rtems
libtest: Place files into a Doxygen group
Canonicalize the file headers. Update #3707.
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSTestFramework
|
||||||
|
*
|
||||||
|
* @brief This header file provides interfaces of the
|
||||||
|
* RTEMS Test Framework.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014, 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2014, 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFramework
|
||||||
|
*
|
||||||
|
* @brief This header file provides interfaces of the
|
||||||
|
* RTEMS Test Framework.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2017, 2021 embedded brains GmbH & Co. KG
|
* Copyright (C) 2017, 2021 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
*
|
*
|
||||||
* @ingroup RTEMSTestFrameworkImpl
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
*
|
*
|
||||||
* @brief Implementation of T_get_one_clock_tick_busy().
|
* @brief This source file contains the implementation of
|
||||||
|
* T_get_one_clock_tick_busy().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
*
|
*
|
||||||
* @ingroup RTEMSTestFrameworkImpl
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
*
|
*
|
||||||
* @brief Implementation of T_busy().
|
* @brief This source file contains the implementation of
|
||||||
|
* T_busy().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_strerror(), T_check_eno(), and T_check_eno_success().
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -3,7 +3,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_check_psx_error() and T_check_psx_success().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of various RTEMS Test
|
||||||
|
* Framework check functions.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_report_hash_sha256_update() and T_report_hash_sha256().
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2019, 2021 embedded brains GmbH & Co. KG
|
* Copyright (C) 2019, 2021 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
*
|
*
|
||||||
* @ingroup RTEMSTestFrameworkImpl
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
*
|
*
|
||||||
* @brief Implementation of T_interrupt_test().
|
* @brief This source file contains the implementation of
|
||||||
|
* T_interrupt_test().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_check_task_context().
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2019 embedded brains GmbH & Co. KG
|
* Copyright (C) 2019 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_check_file_descriptors().
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_check_heap().
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_measure_runtime().
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018, 2021 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018, 2021 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_memory_allocate(), T_memory_deallocate(), and T_memory_action().
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2020 embedded brains GmbH & Co. KG
|
* Copyright (C) 2020 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -3,9 +3,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestFramework
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
*
|
*
|
||||||
* @brief RTEMS Objects Support for Test Framework
|
* @brief This source file contains the implementation of the RTEMS objects
|
||||||
|
* test support.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -3,9 +3,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestFramework
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
*
|
*
|
||||||
* @brief RTEMS POSIX Keys Support for Test Framework
|
* @brief This source file contains the implementation of
|
||||||
|
* T_check_posix_keys().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* T_putchar_default(), T_check_rsc(), and T_check_rsc_success().
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -3,9 +3,10 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @ingroup RTEMSTestFrameworkImpl
|
* @ingroup RTEMSTestFramework
|
||||||
*
|
*
|
||||||
* @brief RTEMS Support for Test Framework
|
* @brief This header file provides the RTEMS-specific API of the RTEMS Test
|
||||||
|
* Framework.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
*
|
*
|
||||||
* @ingroup RTEMSTestFrameworkImpl
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
*
|
*
|
||||||
* @brief Implementation of T_thread_switch_record().
|
* @brief This source file contains the implementation of the thread switch
|
||||||
|
* recorder.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of the time and ticks
|
||||||
|
* test support.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
/*
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
*
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the core implementation of RTEMS Test
|
||||||
|
* Framework.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2018, 2020 embedded brains GmbH & Co. KG
|
* Copyright (C) 2018, 2020 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
/* SPDX-License-Identifier: BSD-2-Clause */
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @file
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSTestFrameworkImpl
|
||||||
|
*
|
||||||
|
* @brief This source file contains the implementation of
|
||||||
|
* rtems_test_begin() and rtems_test_end().
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014, 2018 embedded brains GmbH & Co. KG
|
* Copyright (C) 2014, 2018 embedded brains GmbH & Co. KG
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user