tests/bluetooth/ctrl_isoal: Remove instructions from header comment
How to run tests is described in the twister documentation, let's not replicate that kind of instructions in all files. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
c3b7159cdf
commit
fd6f473515
|
@ -2,11 +2,6 @@
|
|||
* Copyright (c) 2020 Demant
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Run this test from zephyr directory as:
|
||||
*
|
||||
* ./scripts/twister --coverage -p native_posix -v -T tests/bluetooth/ctrl_isoal/
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
* Copyright (c) 2022 Demant
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Run this test from zephyr directory as:
|
||||
*
|
||||
* ./scripts/twister --coverage -p native_posix -v -T tests/bluetooth/ctrl_isoal/
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _ISOAL_TEST_COMMON_H_
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
* Copyright (c) 2020 Demant
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Run this test from zephyr directory as:
|
||||
*
|
||||
* ./scripts/twister --coverage -p native_posix -v -T tests/bluetooth/ctrl_isoal/
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
* Copyright (c) 2020 Demant
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Run this test from zephyr directory as:
|
||||
*
|
||||
* ./scripts/twister --coverage -p native_posix -v -T tests/bluetooth/ctrl_isoal/
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _ISOAL_TEST_DEBUG_H_
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
* Copyright (c) 2020 Demant
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Run this test from zephyr directory as:
|
||||
*
|
||||
* ./scripts/twister --coverage -p native_posix -v -T tests/bluetooth/ctrl_isoal/
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
* Copyright (c) 2022 Demant
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Run this test from zephyr directory as:
|
||||
*
|
||||
* ./scripts/twister --coverage -p native_posix -v -T tests/bluetooth/ctrl_isoal/
|
||||
*
|
||||
*/
|
||||
|
||||
FAKE_VALUE_FUNC(isoal_status_t,
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
* Copyright (c) 2020 Demant
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Run this test from zephyr directory as:
|
||||
*
|
||||
* ./scripts/twister --coverage -p native_posix -v -T tests/bluetooth/ctrl_isoal/
|
||||
*
|
||||
*/
|
||||
|
||||
/* Each segment header in a test would usually be written to when it is first
|
||||
|
|
Loading…
Reference in a new issue