]> Zhao Yanbai Git Server - minix.git/commit
tests: fix IPC test set
authorDavid van Moolenbroek <david@minix3.org>
Sat, 8 Sep 2012 15:25:00 +0000 (17:25 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 10 Sep 2012 17:20:03 +0000 (19:20 +0200)
commitdf3975243bd9cb7a66dfcb05ab325748ea6dd61d
tree6a583030d85a349baa1ef38f1f2ee4520df9dc72
parentc9f644bd68829e40254f666bd6cc2e97f17039c6
tests: fix IPC test set

- use one single library instead of loose library files
- we don't have ftime() anymore
- shmat(non-NULL) is currently broken, fix shmt test set to bypass this
- some other small issues
21 files changed:
test/ipc/Makefile
test/ipc/lib/Makefile
test/ipc/lib/libipc.c
test/ipc/lib/parse_opts.c
test/ipc/semctl/Makefile
test/ipc/semctl/semctl02.c
test/ipc/semget/Makefile
test/ipc/semget/semget05.c
test/ipc/semop/Makefile
test/ipc/shmat/Makefile
test/ipc/shmat/shmat01.c
test/ipc/shmctl/Makefile
test/ipc/shmdt/Makefile
test/ipc/shmget/Makefile
test/ipc/shmt/Makefile
test/ipc/shmt/shmt01.c
test/ipc/shmt/shmt02.c
test/ipc/shmt/shmt04.c
test/ipc/shmt/shmt05.c
test/ipc/shmt/shmt06.c
test/ipc/shmt/shmt07.c