diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.inc | 1 | ||||
-rw-r--r-- | tests/device/Makefile.inc | 1 | ||||
-rw-r--r-- | tests/device/i2c-test.c | 1 | ||||
-rw-r--r-- | tests/lib/Makefile.inc | 1 | ||||
-rw-r--r-- | tests/lib/string-test.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc index 82f724e69a..debb2f9868 100644 --- a/tests/Makefile.inc +++ b/tests/Makefile.inc @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. testobj = $(obj)/tests diff --git a/tests/device/Makefile.inc b/tests/device/Makefile.inc index 2bd6bb6a21..10223c52cc 100644 --- a/tests/device/Makefile.inc +++ b/tests/device/Makefile.inc @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. tests-y += i2c-test diff --git a/tests/device/i2c-test.c b/tests/device/i2c-test.c index c4fa812d44..9303456261 100644 --- a/tests/device/i2c-test.c +++ b/tests/device/i2c-test.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdarg.h> #include <stddef.h> diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc index fc2f8bc897..565bb31c2e 100644 --- a/tests/lib/Makefile.inc +++ b/tests/lib/Makefile.inc @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. # object filest should be under build/tests/ build/test/src/ build/test/run/ # two examples - first should be simply string.c, second should use -wrap diff --git a/tests/lib/string-test.c b/tests/lib/string-test.c index 5d03d51561..513b395283 100644 --- a/tests/lib/string-test.c +++ b/tests/lib/string-test.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdarg.h> #include <stddef.h> |