File: 022_kernel_waitpid.sh

package info (click to toggle)
cowdancer 0.47
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 696 kB
  • ctags: 179
  • sloc: ansic: 2,634; sh: 407; makefile: 116; cpp: 6; python: 4
file content (7 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
# just test kernel functionality on waitpid.
set -ex

TESTCODE=$(readlink -f tests/022_kernel_waitpid.c)

$TESTCODE