From 2a99a6a066e5cff89ed6dad5f3ef38ce7da3a6df Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 9 Apr 2018 13:42:02 +1000 Subject: testsuite/psxtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382 --- testsuites/psxtests/configure.ac | 212 +++++++++++++++++++-------------------- 1 file changed, 106 insertions(+), 106 deletions(-) (limited to 'testsuites/psxtests/configure.ac') diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index e84d92c0cc..84122247fa 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -108,110 +108,110 @@ AC_CHECK_SIZEOF([blkcnt_t]) AC_CHECK_SIZEOF([time_t]) AC_CHECK_SIZEOF([mode_t]) -# Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -psx01/Makefile -psx02/Makefile -psx03/Makefile -psx04/Makefile -psx05/Makefile -psx06/Makefile -psx07/Makefile -psx08/Makefile -psx09/Makefile -psx10/Makefile -psx11/Makefile -psx12/Makefile -psx13/Makefile -psx14/Makefile -psx15/Makefile -psx16/Makefile -psxaio01/Makefile -psxaio02/Makefile -psxaio03/Makefile -psxalarm01/Makefile -psxautoinit01/Makefile -psxautoinit02/Makefile -psxbarrier01/Makefile -psxcancel/Makefile -psxcancel01/Makefile -psxchroot01/Makefile -psxclassic01/Makefile -psxcleanup/Makefile -psxcleanup01/Makefile -psxcleanup02/Makefile -psxclock/Makefile -psxclock01/Makefile -psxclockrealtime01/Makefile -psxconcurrency01/Makefile -psxcond01/Makefile -psxcond02/Makefile -psxconfig01/Makefile -psxdevctl01/Makefile -psxeintr_join/Makefile -psxenosys/Makefile -psxfatal01/Makefile -psxfatal02/Makefile -psxfchx01/Makefile -psxfile01/Makefile -psxfile02/Makefile -psxfilelock01/Makefile -psxgetattrnp01/Makefile -psxgetrusage01/Makefile -psxglobalcon01/Makefile -psxglobalcon02/Makefile -psxhdrs/Makefile -psxid01/Makefile -psximfs01/Makefile -psximfs02/Makefile -psxintrcritical01/Makefile -psxitimer/Makefile -psxkey01/Makefile -psxkey02/Makefile -psxkey03/Makefile -psxkey04/Makefile -psxkey05/Makefile -psxkey06/Makefile -psxkey07/Makefile -psxkey08/Makefile -psxkey09/Makefile -psxkey10/Makefile -psxmount/Makefile -psxmsgq01/Makefile -psxmsgq02/Makefile -psxmsgq03/Makefile -psxmsgq04/Makefile -psxmutexattr01/Makefile -psxobj01/Makefile -psxonce01/Makefile -psxpasswd01/Makefile -psxpasswd02/Makefile -psxpipe01/Makefile -psxrdwrv/Makefile -psxreaddir/Makefile -psxrwlock01/Makefile -psxsem01/Makefile -psxshm01/Makefile -psxshm02/Makefile -psxmmap01/Makefile -psxsignal01/Makefile -psxsignal02/Makefile -psxsignal03/Makefile -psxsignal04/Makefile -psxsignal05/Makefile -psxsignal06/Makefile -psxspin01/Makefile -psxstack01/Makefile -psxstack02/Makefile -psxstat/Makefile -psxstrsignal01/Makefile -psxsysconf/Makefile -psxthreadname01/Makefile -psxtime/Makefile -psxtimer01/Makefile -psxtimer02/Makefile -psxtimes01/Makefile -psxualarm/Makefile -psxusleep/Makefile -]) +# BSP Test configuration +RTEMS_TEST_CHECK([psx01]) +RTEMS_TEST_CHECK([psx02]) +RTEMS_TEST_CHECK([psx03]) +RTEMS_TEST_CHECK([psx04]) +RTEMS_TEST_CHECK([psx05]) +RTEMS_TEST_CHECK([psx06]) +RTEMS_TEST_CHECK([psx07]) +RTEMS_TEST_CHECK([psx08]) +RTEMS_TEST_CHECK([psx09]) +RTEMS_TEST_CHECK([psx10]) +RTEMS_TEST_CHECK([psx11]) +RTEMS_TEST_CHECK([psx12]) +RTEMS_TEST_CHECK([psx13]) +RTEMS_TEST_CHECK([psx14]) +RTEMS_TEST_CHECK([psx15]) +RTEMS_TEST_CHECK([psx16]) +RTEMS_TEST_CHECK([psxaio01]) +RTEMS_TEST_CHECK([psxaio02]) +RTEMS_TEST_CHECK([psxaio03]) +RTEMS_TEST_CHECK([psxalarm01]) +RTEMS_TEST_CHECK([psxautoinit01]) +RTEMS_TEST_CHECK([psxautoinit02]) +RTEMS_TEST_CHECK([psxbarrier01]) +RTEMS_TEST_CHECK([psxcancel]) +RTEMS_TEST_CHECK([psxcancel01]) +RTEMS_TEST_CHECK([psxchroot01]) +RTEMS_TEST_CHECK([psxclassic01]) +RTEMS_TEST_CHECK([psxcleanup]) +RTEMS_TEST_CHECK([psxcleanup01]) +RTEMS_TEST_CHECK([psxcleanup02]) +RTEMS_TEST_CHECK([psxclock]) +RTEMS_TEST_CHECK([psxclock01]) +RTEMS_TEST_CHECK([psxclockrealtime01]) +RTEMS_TEST_CHECK([psxconcurrency01]) +RTEMS_TEST_CHECK([psxcond01]) +RTEMS_TEST_CHECK([psxcond02]) +RTEMS_TEST_CHECK([psxconfig01]) +RTEMS_TEST_CHECK([psxdevctl01]) +RTEMS_TEST_CHECK([psxeintr_join]) +RTEMS_TEST_CHECK([psxenosys]) +RTEMS_TEST_CHECK([psxfatal01]) +RTEMS_TEST_CHECK([psxfatal02]) +RTEMS_TEST_CHECK([psxfchx01]) +RTEMS_TEST_CHECK([psxfile01]) +RTEMS_TEST_CHECK([psxfile02]) +RTEMS_TEST_CHECK([psxfilelock01]) +RTEMS_TEST_CHECK([psxgetattrnp01]) +RTEMS_TEST_CHECK([psxgetrusage01]) +RTEMS_TEST_CHECK([psxglobalcon01]) +RTEMS_TEST_CHECK([psxglobalcon02]) +RTEMS_TEST_CHECK([psxid01]) +RTEMS_TEST_CHECK([psximfs01]) +RTEMS_TEST_CHECK([psximfs02]) +RTEMS_TEST_CHECK([psxintrcritical01]) +RTEMS_TEST_CHECK([psxitimer]) +RTEMS_TEST_CHECK([psxkey01]) +RTEMS_TEST_CHECK([psxkey02]) +RTEMS_TEST_CHECK([psxkey03]) +RTEMS_TEST_CHECK([psxkey04]) +RTEMS_TEST_CHECK([psxkey05]) +RTEMS_TEST_CHECK([psxkey06]) +RTEMS_TEST_CHECK([psxkey07]) +RTEMS_TEST_CHECK([psxkey08]) +RTEMS_TEST_CHECK([psxkey09]) +RTEMS_TEST_CHECK([psxkey10]) +RTEMS_TEST_CHECK([psxmmap01]) +RTEMS_TEST_CHECK([psxmount]) +RTEMS_TEST_CHECK([psxmsgq01]) +RTEMS_TEST_CHECK([psxmsgq02]) +RTEMS_TEST_CHECK([psxmsgq03]) +RTEMS_TEST_CHECK([psxmsgq04]) +RTEMS_TEST_CHECK([psxmutexattr01]) +RTEMS_TEST_CHECK([psxobj01]) +RTEMS_TEST_CHECK([psxonce01]) +RTEMS_TEST_CHECK([psxpasswd01]) +RTEMS_TEST_CHECK([psxpasswd02]) +RTEMS_TEST_CHECK([psxpipe01]) +RTEMS_TEST_CHECK([psxrdwrv]) +RTEMS_TEST_CHECK([psxreaddir]) +RTEMS_TEST_CHECK([psxrwlock01]) +RTEMS_TEST_CHECK([psxsem01]) +RTEMS_TEST_CHECK([psxshm01]) +RTEMS_TEST_CHECK([psxshm02]) +RTEMS_TEST_CHECK([psxsignal01]) +RTEMS_TEST_CHECK([psxsignal02]) +RTEMS_TEST_CHECK([psxsignal03]) +RTEMS_TEST_CHECK([psxsignal04]) +RTEMS_TEST_CHECK([psxsignal05]) +RTEMS_TEST_CHECK([psxsignal06]) +RTEMS_TEST_CHECK([psxspin01]) +RTEMS_TEST_CHECK([psxstack01]) +RTEMS_TEST_CHECK([psxstack02]) +RTEMS_TEST_CHECK([psxstat]) +RTEMS_TEST_CHECK([psxstrsignal01]) +RTEMS_TEST_CHECK([psxsysconf]) +RTEMS_TEST_CHECK([psxthreadname01]) +RTEMS_TEST_CHECK([psxtime]) +RTEMS_TEST_CHECK([psxtimer01]) +RTEMS_TEST_CHECK([psxtimer02]) +RTEMS_TEST_CHECK([psxtimes01]) +RTEMS_TEST_CHECK([psxualarm]) +RTEMS_TEST_CHECK([psxusleep]) +RTEMS_TEST_CHECK([lib_a]) + +AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3