Skip to content

Commit

Permalink
becuse windows is being itself
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding committed Sep 18, 2024
1 parent 22d8d4e commit eb184eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions code/tests/test_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,15 @@ FOSSIL_TEST(test_fossil_command_erase_exists) {
// * * * * * * * * * * * * * * * * * * * * * * * *
// * Fossil Logic Test Pool
// * * * * * * * * * * * * * * * * * * * * * * * *

FOSSIL_TEST_GROUP(c_command_tests) {
#ifdef __unix__
ADD_TEST(test_fossil_command);
ADD_TEST(test_fossil_command_success);
ADD_TEST(test_fossil_command_output);
ADD_TEST(test_fossil_command_exists);
ADD_TEST(test_fossil_command_strcat_safe);
ADD_TEST(test_fossil_command_erase_exists);
}
#else
(void)test_env; // test cases need to be updated to adress the Windows platform
#endif
}

0 comments on commit eb184eb

Please sign in to comment.