commit | 47b0dcca2b5ccb7e64a9de42d5d9d562e650bf17 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Tue May 07 23:32:01 2013 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed May 08 02:06:39 2013 +0000 |
tree | 6bea51395ae98526a5359c9abfea8c108f756532 | |
parent | 56fb81c696601f6b66ce77fa8732ae9f2fec4e99 [diff] [blame] |
tests: add a test for basic network syscalls * tests/.gitignore: Add net-accept-connect, *.o and *.log.*. * tests/Makefile.am (AM_CFLAGS): New variable. (check_PROGRAMS): Add net-accept-connect. (TESTS): Add net. * tests/net-accept-connect.c: New file. * tests/net: New file.
diff --git a/tests/.gitignore b/tests/.gitignore index 7e563b8..947455d 100644 --- a/tests/.gitignore +++ b/tests/.gitignore
@@ -1,2 +1,5 @@ +net-accept-connect *.log +*.log.* +*.o *.trs