tests: Add example_stdio.c and test_stdio.sh.

This commit is contained in:
Simon Ruderich
2013-06-22 18:21:10 +02:00
parent e3234d6c08
commit a685b825aa
6 changed files with 207 additions and 2 deletions

4
.gitignore vendored
View File

@@ -29,6 +29,8 @@
/tests/example_error.o
/tests/example_exec
/tests/example_exec.o
/tests/example_stdio
/tests/example_stdio.o
/tests/example_vfork
/tests/example_vfork.o
/tests/test_environment.sh.log
@@ -47,6 +49,8 @@
/tests/test_redirects.sh.trs
/tests/test_simple.sh.log
/tests/test_simple.sh.trs
/tests/test_stdio.sh.log
/tests/test_stdio.sh.trs
/tests/test_symbols.sh.log
/tests/test_symbols.sh.trs
/tests/test_vfork.sh.log