Move c-stack test into testsuite.
authorEric Blake <ebb9@byu.net>
Tue, 17 Jun 2008 14:43:38 +0000 (08:43 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 17 Jun 2008 15:53:57 +0000 (09:53 -0600)
commitc3b5d31b4526468a99602704eaea1f95cbd78e6d
treee529c79005b8a80825a634d771ad95cf0576ca07
parenta62fa2ecd2baf905e085a9ad185d73c5fa32082f
Move c-stack test into testsuite.

* modules/c-stack-tests: New file.
* lib/c-stack.c [DEBUG]: Move test program...
* tests/test-c-stack.c: ...into this new file.  Skip rather than
fail test if sigaltstack is lacking.
* tests/test-c-stack.sh: New driver file.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/c-stack.c
modules/c-stack-tests [new file with mode: 0644]
tests/test-c-stack.c [new file with mode: 0644]
tests/test-c-stack.sh [new file with mode: 0755]