kprintf color parse

This commit is contained in:
2022-10-24 19:13:04 +06:00
parent 4785023126
commit 121f492b84
3 changed files with 70 additions and 8 deletions

View File

@@ -19,9 +19,7 @@ int main(){
ktDescriptors_initKerepTypes();
ktDescriptors_endInit();
kprintf("\e[97mkerep tests are starting!\n");
// optime("test_all",1,test_all());
test_rng_algorithms();
test_kprint_colors();
optime("test_all",1,test_all());
ktDescriptors_free();
kprintf("\e[0m\n");
return 0;