axle OS
x86_32 UNIX-like hobby OS
src
tests
test.h
1
#ifndef TEST_H
2
#define TEST_H
3
4
void
test_colors();
5
void
force_hardware_irq();
6
void
force_page_fault();
7
void
test_interrupts();
8
void
test_vesa();
9
void
test_heap();
10
void
test_printf();
11
void
test_time_unique();
12
void
test_malloc();
13
void
test_crypto();
14
15
#endif
Generated by
1.8.14