test69: add clock_getres() and clock_gettime() tests.

This commit is contained in:
Thomas Cort
2013-04-04 15:04:53 +02:00
committed by Ben Gras
parent e67fc5771d
commit 18ad4c0799
4 changed files with 98 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ MINIX_TESTS= \
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 \
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 \
41 42 43 44 45 46 48 49 50 52 53 54 55 56 58 59 60 \
61 64 65 66 67 68
61 64 65 66 67 68 69
.if ${MACHINE_ARCH} == "i386"
MINIX_TESTS+= \