linux-yocto/tools/testing/selftests/tty/Makefile
Michal Sekletar e8cc334847 selftests: tty: add selftest for tty timestamp updates
Add new test case which checks that timestamp updates on actual terminal
character device (e.g. /dev/pts/0) happen even if the terminal is
accessed via magic /dev/tty file.

Signed-off-by: Michal Sekletar <msekleta@redhat.com>
Message-ID: <20230613172107.78138-2-msekleta@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-06-15 13:45:42 +02:00

109 B

SPDX-License-Identifier: GPL-2.0

CFLAGS = -O2 -Wall TEST_GEN_PROGS := tty_tstamp_update

include ../lib.mk