Changeset 1f8c11f in mainline


Ignore:
Timestamp:
2012-07-01T20:55:37Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d70fc74
Parents:
d71331b
Message:

smp_call: Added kernel test.

Location:
kernel/test
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/test.c

    rd71331b r1f8c11f  
    5656#include <print/print5.def>
    5757#include <thread/thread1.def>
     58#include <smpcall/smpcall1.def>
    5859        {
    5960                .name = NULL,
  • kernel/test/test.h

    rd71331b r1f8c11f  
    7575extern const char *test_print5(void);
    7676extern const char *test_thread1(void);
     77extern const char *test_smpcall1(void);
    7778
    7879extern test_t tests[];
Note: See TracChangeset for help on using the changeset viewer.