mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
staging: comedi: tests: example_test: Rename to 'comedi_example_test'
Rename the "example_test" module to "comedi_example_test" to make the name more relevant to Comedi. Cc: Spencer E. Olson <olsonse@umich.edu> Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Link: https://lore.kernel.org/r/20210407181342.1117754-6-abbotti@mev.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9a457447b3
commit
5b7b4ce1d1
|
|
@ -3,5 +3,6 @@
|
|||
#
|
||||
ccflags-$(CONFIG_COMEDI_DEBUG) := -DDEBUG
|
||||
|
||||
obj-$(CONFIG_COMEDI_TESTS) += example_test.o ni_routes_test.o
|
||||
obj-$(CONFIG_COMEDI_TESTS) += comedi_example_test.o
|
||||
obj-$(CONFIG_COMEDI_TESTS) += ni_routes_test.o
|
||||
CFLAGS_ni_routes_test.o := -DDEBUG
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/* vim: set ts=8 sw=8 noet tw=80 nowrap: */
|
||||
/*
|
||||
* comedi/drivers/tests/example_test.c
|
||||
* comedi/drivers/tests/comedi_example_test.c
|
||||
* Example set of unit tests.
|
||||
*
|
||||
* COMEDI - Linux Control and Measurement Device Interface
|
||||
Loading…
Reference in New Issue
Block a user