summaryrefslogblamecommitdiff
path: root/src/kernel/core/test.h
blob: ee689c6cbfdd3a8e93a8888f981285644225f5ef (plain) (tree)
1
2
3
4
5
6





                                                                       
#ifndef DEF_TEST_H
#define DEF_TEST_H

void test_run();	//run basic unit tests on kmalloc() and kfree()

#endif