From dda7c828a03243a5434d5debf28ca4e66301dc0c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Oct 2009 23:52:36 +0000 Subject: 2009-10-01 Joel Sherrill * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it. * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain(). --- testsuites/libtests/termios01/termios_testdriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/termios01') diff --git a/testsuites/libtests/termios01/termios_testdriver.c b/testsuites/libtests/termios01/termios_testdriver.c index a413c2b023..4ac0e72d7f 100644 --- a/testsuites/libtests/termios01/termios_testdriver.c +++ b/testsuites/libtests/termios01/termios_testdriver.c @@ -35,7 +35,7 @@ int termios_test_driver_write_support (int minor, const char *buf, int len) int nwrite = 0; while (nwrite < len) { -#if (CONSOLE_USE_INTERRUPTS) +#if (TERMIOS_TEST_DRIVER_USE_INTERRUPTS) termios_test_driver_outbyte_interrupt( minor, *buf++ ); #else termios_test_driver_outbyte_polled( minor, *buf++ ); -- cgit v1.2.3