Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
This commit is contained in:
Joel Sherrill
2012-05-07 11:08:48 -05:00
parent 333a312d9b
commit 33a105fb69
886 changed files with 3347 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = POSIX

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block01
block01_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block02
block02_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block03
block03_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block04
block04_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block05
block05_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block06
block06_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block07
block07_SOURCES = init.c

View File

@@ -5,6 +5,7 @@
## The license and distribution terms for this file may be
## found in the file LICENSE in this distribution or at
## http://www.rtems.com/license/LICENSE.
## $Id$
##

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block09
block09_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block10
block10_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = block11
block11_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = bspcmdline01
bspcmdline01_SOURCES = init.c

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
if HAS_COMPLEX
rtems_tests_PROGRAMS = complex
complex_SOURCES = init.c docomplex.c docomplexf.c docomplexl.c

View File

@@ -1,4 +1,6 @@
## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = cpuuse
cpuuse_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = devfs01
devfs01_SOURCES = init.c

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = devfs02
devfs02_SOURCES = init.c

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = devfs03
devfs03_SOURCES = init.c

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = devfs04
devfs04_SOURCES = init.c test_driver.c
devfs04_SOURCES += test_driver.h

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = deviceio01
deviceio01_SOURCES = init.c test_driver.c
deviceio01_SOURCES += test_driver.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = devnullfatal01
devnullfatal01_SOURCES = ../../sptests/spfatal_support/init.c \
../../sptests/spfatal_support/system.h testcase.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = dumpbuf01
dumpbuf01_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = ftp01
ftp01_SOURCES = init.c
ftp01_LDADD = -lftpd

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = gxx01
gxx01_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = heapwalk
heapwalk_SOURCES = init.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = malloc02
malloc02_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = malloc03
malloc03_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = malloc04
malloc04_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = malloc05
malloc05_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = malloctest
malloctest_SOURCES = init.c task1.c system.h

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = math
math_SOURCES = init.c domath.c
EXTRA_DIST = $(srcdir)/../math/domath.in

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = mathf
mathf_SOURCES = init.c domathf.c
EXTRA_DIST = $(srcdir)/../math/domath.in

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = mathl
mathl_SOURCES = init.c domathl.c
EXTRA_DIST = $(srcdir)/../math/domath.in

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = monitor
monitor_SOURCES = init.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = monitor02
monitor02_SOURCES = init.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = mouse01
mouse01_SOURCES = init.c serial_mouse_config.c msmouse.c\
../termios04/termios_testdriver_intr.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = putenvtest
putenvtest_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
if HAS_CXX
rtems_tests_PROGRAMS = rtems++
rtems___SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = rtmonuse
rtmonuse_SOURCES = init.c getall.c task1.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = stackchk
stackchk_SOURCES = blow.c init.c task1.c system.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = stackchk01
stackchk01_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = stringto01
stringto01_SOURCES = init.c
stringto01_SOURCES += stringto_test_template.h

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
if TARTESTS
rtems_tests_PROGRAMS = tar01
tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
if TARTESTS
rtems_tests_PROGRAMS = tar02
tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \

View File

@@ -1,3 +1,7 @@
##
## $Id$
##
rtems_tests_PROGRAMS = tar03
tar03_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios
termios_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios01
termios01_SOURCES = init.c termios_testdriver.c
termios01_SOURCES += termios_testdriver.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios02
termios02_SOURCES = init.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios03
termios03_SOURCES = init.c termios_testdriver_polled.c
termios03_SOURCES += termios_testdriver_polled.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios04
termios04_SOURCES = init.c termios_testdriver_intr.c
termios04_SOURCES += termios_testdriver_intr.h

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios05
termios05_SOURCES = init.c ../termios04/termios_testdriver_intr.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios06
termios06_SOURCES = init.c ../termios03/termios_testdriver_polled.c test_pppd.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios07
termios07_SOURCES = init.c ../termios04/termios_testdriver_intr.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = termios08
termios08_SOURCES = init.c ../termios03/termios_testdriver_polled.c

View File

@@ -1,3 +1,8 @@
##
## $Id$
##
rtems_tests_PROGRAMS = tztest
tztest_SOURCES = init.c