X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2FNetTest_Runner%2Fmain.c;fp=Tools%2FNetTest_Runner%2Fmain.c;h=b1d95c13f847b93b897171e8fba0f8e4c69f6a97;hb=bffcec436c2450faab70947943156027b8c98c2c;hp=0c2b6c061d387ca3303f328f333acb1ac26ca474;hpb=b9b2448398a5793e02dc2e482e19d51ec2647432;p=tpg%2Facess2.git diff --git a/Tools/NetTest_Runner/main.c b/Tools/NetTest_Runner/main.c index 0c2b6c06..b1d95c13 100644 --- a/Tools/NetTest_Runner/main.c +++ b/Tools/NetTest_Runner/main.c @@ -26,6 +26,7 @@ int main(int argc, char *argv[]) t_test *tests[] = { Test_ARP_Basic, Test_TCP_Basic, + Test_TCP_WindowSizes, NULL };