Module: xenomai-3 Branch: next Commit: cd7b2a333155900ba547c87cb31c2780ef2375c9 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=cd7b2a333155900ba547c87cb31c2780ef2375c9
Author: Gilles Chanteperdrix <[email protected]> Date: Sun Oct 11 16:05:18 2015 +0200 testsuite/smokey: add RTnet testsuite Starting with UDP and raw sockets. Measuring round trip time and checking for lost packets. --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 1432ef2..12007f3 100644 --- a/configure.ac +++ b/configure.ac @@ -919,6 +919,9 @@ AC_CONFIG_FILES([ \ testsuite/smokey/tsc/Makefile \ testsuite/smokey/leaks/Makefile \ testsuite/smokey/fpu-stress/Makefile \ + testsuite/smokey/net_udp/Makefile \ + testsuite/smokey/net_packet_dgram/Makefile \ + testsuite/smokey/net_common/Makefile \ testsuite/clocktest/Makefile \ testsuite/xeno-test/Makefile \ utils/Makefile \ _______________________________________________ Xenomai-git mailing list [email protected] https://xenomai.org/mailman/listinfo/xenomai-git
