MicrOS
tests.h
Go to the documentation of this file.
1 #ifndef TESTS_H
2 #define TESTS_H
3 
4 #include "../v8086.h"
5 
6 #ifdef TEST_V8086
7 void interactive_tests();
8 #endif
9 
10 #endif