Skip to content

Commit

Permalink
libc: improve utimes/lutimes/futimes tests
Browse files Browse the repository at this point in the history
JIRA CI-342
  • Loading branch information
mateusz-bloch committed Sep 17, 2024
1 parent 8db1b0b commit 775cec1
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 377 deletions.
5 changes: 0 additions & 5 deletions libc/time/Makefile

This file was deleted.

3 changes: 3 additions & 0 deletions libc/time/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ void runner(void)
RUN_TEST_GROUP(time_mktime);
RUN_TEST_GROUP(time_gmtime);
RUN_TEST_GROUP(time_strftime);
RUN_TEST_GROUP(test_utimes);
RUN_TEST_GROUP(test_futimes);
RUN_TEST_GROUP(test_lutimes);
}


Expand Down
372 changes: 0 additions & 372 deletions libc/time/test_utimes.c

This file was deleted.

Loading

0 comments on commit 775cec1

Please sign in to comment.