zCore/linux-syscall/test
Luoyuan Xiao 4ca21dc676
Some libc has no support for getrandom (#179)
Such as in Ubuntu16.04. When running "make rootfs", got following error:

linux-syscall/test/testrandom.c:1:25: fatal error: sys/random.h: No such file or directory
compilation terminated.
2020-09-23 17:39:28 +08:00
..
testpipe1.c add test for pipe in single process 2020-08-11 21:52:05 -07:00
testpipe2.c fix test return value 2020-08-11 02:19:42 -07:00
testpoll.c add timeout support of poll and select 2020-08-26 17:48:01 -07:00
testrandom.c Some libc has no support for getrandom (#179) 2020-09-23 17:39:28 +08:00
testselect.c add timeout support of poll and select 2020-08-26 17:48:01 -07:00
testsem1.c improve docs finally 2020-08-18 01:31:32 -07:00
testsem2.c update test of sem 2020-08-18 00:55:45 -07:00
testshm1.c add flags support of shmget syscall 2020-08-21 20:51:23 -07:00
testshm2.c add flags support of shmget syscall 2020-08-21 20:51:23 -07:00
testtime.c fix test return value 2020-08-11 02:19:42 -07:00