Changeset be66dee in mainline for uspace/tester/tester.c


Ignore:
Timestamp:
2007-04-06T14:49:05Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b303ba
Parents:
69e9dd2
Message:

reimplement all tests from original ipcc
(cleanup needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/tester/tester.c

    r69e9dd2 rbe66dee  
    4848#include "thread/thread1.def"
    4949#include "print/print1.def"
     50#include "fault/fault1.def"
     51#include "fault/fault2.def"
    5052#include "ipc/register.def"
    5153#include "ipc/connect.def"
     54#include "ipc/send_async.def"
     55#include "ipc/send_sync.def"
     56#include "ipc/answer.def"
     57#include "ipc/hangup.def"
    5258        {NULL, NULL, NULL}
    5359};
Note: See TracChangeset for help on using the changeset viewer.