Changeset 2791


Ignore:
Timestamp:
Aug 27, 2006, 8:25:13 PM (19 years ago)
Author:
bird
Message:

Basic integer tests.

Location:
trunk/libc/tests/libc
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/tests/libc/Makefile

    r2789 r2791  
    5353
    5454#
    55 # The test.
     55# The smoke tests (various bugs and simple tests)
    5656#
    5757
     
    138138
    139139
     140#
     141# I/O tests
     142#
     143
     144IO := \
     145        io/sprintf-1.c \
     146        io/sscanf-1.c
     147
     148
    140149SUBTESTS := \
    141150        SMOKETESTS \
    142         BUGS
     151        IO
    143152
    144153.SUFFIXES:
Note: See TracChangeset for help on using the changeset viewer.