File: 022_kernel_waitpid.sh

package info (click to toggle)
cowdancer 0.73
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 752 kB
  • ctags: 269
  • sloc: ansic: 3,822; sh: 481; makefile: 191; cpp: 6
file content (8 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash
# just test kernel functionality on waitpid.
set -ex

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

$RUNC $TESTCODE