add Test_File_exists()

Tests the following functions :
* File_exists()
* Directory_exists()
* Extract_filename()
* For_each_directory_entry()
* Remove_path()
This commit is contained in:
Thomas Bernard
2020-02-15 11:37:15 +01:00
parent 1b28ed0909
commit 3d53a91046
2 changed files with 81 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ TEST(Read_Write_word)
TEST(Read_Write_dword)
TEST(Read_Write_bytes)
TEST(Realpath)
TEST(File_exists)
TEST(MOTO_MAP_pack)
TEST(CPC_compare_colors)