Changeset 0d65d76 in mainline for kernel/test


Ignore:
Timestamp:
2007-07-29T11:51:56Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1e9321
Parents:
358ec13
Message:

Make the kernel compile again after integrating the AVL tree.
Integrate with tests, add the AVL tree implementation author into AUTHORS.

Location:
kernel/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/test.c

    r358ec13 r0d65d76  
    3737test_t tests[] = {
    3838#include <atomic/atomic1.def>
     39#include <avltree/avltree1.def>
    3940#include <btree/btree1.def>
    4041#include <debug/mips1.def>
  • kernel/test/test.h

    r358ec13 r0d65d76  
    4848
    4949extern char * test_atomic1(bool quiet);
     50extern char * test_avltree1(bool quiet);
    5051extern char * test_btree1(bool quiet);
    5152extern char * test_mips1(bool quiet);
Note: See TracChangeset for help on using the changeset viewer.