Files

13 lines
146 B
C
Raw Permalink Normal View History

#pragma once
#include <common.h>
2018-09-28 00:50:46 -04:00
bool vc_vector_run_tests();
bool fatfs_test();
bool stdio_test();
bool path_test();
bool page_table_test();