diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-02-28 17:31:25 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-15 11:27:35 -0300 |
| commit | 27561951d6f9e4ad0dcac8847a240c30d6a2865d (patch) | |
| tree | 2439b067a6140125eda3d4189068eec591c9024b /time/Makefile | |
| parent | d87214a104e4296fdab67f3abdf8f2863862dbb4 (diff) | |
| download | glibc-27561951d6f9e4ad0dcac8847a240c30d6a2865d.tar.xz glibc-27561951d6f9e4ad0dcac8847a240c30d6a2865d.zip | |
time: Add getitimer and setitimer basic tests
Checked on i686-linux-gnu and x86_64-linux-gnu.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'time/Makefile')
| -rw-r--r-- | time/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 99b5d42666..91cb02a003 100644 --- a/time/Makefile +++ b/time/Makefile @@ -49,7 +49,7 @@ tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-tzname tst-y2039 bug-mktime4 tst-strftime2 tst-strftime3 \ tst-clock tst-clock2 tst-clock_nanosleep tst-cpuclock1 \ tst-adjtime tst-ctime tst-difftime tst-mktime4 tst-clock_settime \ - tst-settimeofday + tst-settimeofday tst-itimer include ../Rules |
