|
From: <ro...@us...> - 2002-12-30 19:47:43
|
Update of /cvsroot/ltp/ltp/testcases/kernel/syscalls In directory sc8-pr-cvs1:/tmp/cvs-serv32493 Modified Files: Makefile Log Message: Added abort() test ported by Ananda Venkataraman <av...@us...> Index: Makefile =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/kernel/syscalls/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Makefile 30 Dec 2002 18:07:13 -0000 1.36 --- Makefile 30 Dec 2002 19:47:40 -0000 1.37 *************** *** 30,34 **** SUBDIR= \ ! accept access acct adjtimex alarm asyncio bind brk capget\ chdir chmod chown chroot clone close connect confstr \ creat create_module delete_module dup dup2 execl \ --- 30,34 ---- SUBDIR= \ ! abort accept access acct adjtimex alarm asyncio bind brk capget\ chdir chmod chown chroot clone close connect confstr \ creat create_module delete_module dup dup2 execl \ |