Changeset 98e92f6f in rtems
- Timestamp:
- Nov 7, 2005, 9:59:07 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1b77ea4a
- Parents:
- 39767d0
- Location:
- testsuites/tmtests
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/tmtests/tm01/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm02/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm03/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm04/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm05/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm06/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm07/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm08/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm09/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm10/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm11/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm12/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm13/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm14/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm15/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm16/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm17/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm18/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm19/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm20/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm21/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm22/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm23/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm24/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm25/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm26/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h fptest.h 10 lib_a_SOURCES = task1.c system.h fptest.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm27/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm28/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tm29/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tmck/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = task1.c 11 12 lib_a_SOURCES += system.h 10 lib_a_SOURCES = task1.c system.h 13 11 14 12 DOCTYPES = doc -
testsuites/tmtests/tmoverhd/Makefile.am
r39767d0 r98e92f6f 8 8 9 9 noinst_LIBRARIES = lib.a 10 lib_a_SOURCES = testtask.c empty.c 11 12 lib_a_SOURCES += system.h dumrtems.h 10 lib_a_SOURCES = testtask.c empty.c system.h dumrtems.h 13 11 14 12 DOCTYPES = doc … … 16 14 17 15 OBJS = $(lib_a_OBJECTS) 18 19 16 20 17 PGM = ${ARCH}/$(TEST).exe
Note: See TracChangeset
for help on using the changeset viewer.