summaryrefslogtreecommitdiff
path: root/testsuite.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-05 12:47:28 -0500
committerRich Felker <dalias@aerifal.cx>2012-11-05 12:47:28 -0500
commit9c49de3d022f20a82bcf84a087648ba032dfbcec (patch)
treef870ce4908bda0d4f40c8c67952bc5424438247f /testsuite.c
parent7d1b9c4a9019d5a61906f121ea0020992bf2b753 (diff)
downloadlibc-testsuite-9c49de3d022f20a82bcf84a087648ba032dfbcec.tar.gz
add some minimal socket tests
these tests will help detect wrong-macro-value errors on ports: things like mismatch between stream/dgram and udp/tcp values, as well as socket option settings.
Diffstat (limited to 'testsuite.c')
-rw-r--r--testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite.c b/testsuite.c
index c353735..82b2e3e 100644
--- a/testsuite.c
+++ b/testsuite.c
@@ -17,6 +17,7 @@ int main()
RUN_TEST(fnmatch);
RUN_TEST(fscanf);
RUN_TEST(popen);
+ RUN_TEST(socket);
RUN_TEST(spawn);
RUN_TEST(qsort);
RUN_TEST(time);