Changeset 4bcbf89c in rtems


Ignore:
Timestamp:
01/05/00 22:14:42 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
27f09663
Parents:
28adcfd
Message:

Was not actually installing the test.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/libtests/termios/Makefile.am

    r28adcfd r4bcbf89c  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 SAMPLE = termios
    7 PGM = ${ARCH}/$(SAMPLE).exe
     6TEST = termios
    87
    98MANAGERS = io
     
    1716
    1817DOCTYPES =
    19 DOCS = $(DOCTYPES:%=$(SAMPLE).%)
     18DOCS = $(DOCTYPES:%=$(TEST).%)
    2019
    21 SRCS = $(DOCS) $(C_FILES) $(H_FILES)
    22 OBJS = $(C_O_FILES)
     20SRCS = $(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
     21OBJS = $(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
    2322
    2423PRINT_SRCS = $(DOCS)
    2524
    26 PGM = ${ARCH}/$(SAMPLE).exe
     25PGM = ${ARCH}/$(TEST).exe
    2726
    2827include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
  • testsuites/libtests/termios/Makefile.am

    r28adcfd r4bcbf89c  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 SAMPLE = termios
    7 PGM = ${ARCH}/$(SAMPLE).exe
     6TEST = termios
    87
    98MANAGERS = io
     
    1716
    1817DOCTYPES =
    19 DOCS = $(DOCTYPES:%=$(SAMPLE).%)
     18DOCS = $(DOCTYPES:%=$(TEST).%)
    2019
    21 SRCS = $(DOCS) $(C_FILES) $(H_FILES)
    22 OBJS = $(C_O_FILES)
     20SRCS = $(DOCS) $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
     21OBJS = $(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
    2322
    2423PRINT_SRCS = $(DOCS)
    2524
    26 PGM = ${ARCH}/$(SAMPLE).exe
     25PGM = ${ARCH}/$(TEST).exe
    2726
    2827include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
Note: See TracChangeset for help on using the changeset viewer.