Changeset 5251bab in mainline for kernel/test/test.c


Ignore:
Timestamp:
2009-03-22T21:50:09Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8263c68
Parents:
8b48063
Message:

split printf test into several tests for better readability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/test.c

    r8b48063 r5251bab  
    5757#include <synch/semaphore2.def>
    5858#include <print/print1.def>
     59#include <print/print2.def>
     60#include <print/print3.def>
     61#include <print/print4.def>
    5962#include <thread/thread1.def>
    6063#include <sysinfo/sysinfo1.def>
    6164        {
    6265                .name = NULL,
    63                 .desc = NULL, 
     66                .desc = NULL,
    6467                .entry = NULL
    6568        }
Note: See TracChangeset for help on using the changeset viewer.