libtest: Place files into a Doxygen group

Canonicalize the file headers.

Update #3707.
This commit is contained in:
Sebastian Huber
2023-07-25 08:38:03 +02:00
parent c48c7d6f88
commit f99f5cec85
22 changed files with 169 additions and 33 deletions

View File

@@ -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
* *

View File

@@ -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

View File

@@ -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().
*/ */
/* /*

View File

@@ -5,7 +5,8 @@
* *
* @ingroup RTEMSTestFrameworkImpl * @ingroup RTEMSTestFrameworkImpl
* *
* @brief Implementation of T_busy(). * @brief This source file contains the implementation of
* T_busy().
*/ */
/* /*

View File

@@ -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

View File

@@ -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().
*/ */
/* /*

View File

@@ -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

View File

@@ -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

View File

@@ -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().
*/ */
/* /*

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
* *

View File

@@ -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.
*/ */
/* /*

View File

@@ -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().
*/ */
/* /*

View File

@@ -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

View File

@@ -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.
*/ */
/* /*

View File

@@ -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.
*/ */
/* /*

View File

@@ -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

View File

@@ -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

View File

@@ -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
* *