Module: xenomai-3 Branch: next Commit: 6b58eaa21a7c7bf9c83530c14eebaad99421cec9 URL: http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=6b58eaa21a7c7bf9c83530c14eebaad99421cec9
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 9925d54..0408f4d 100644 --- a/configure.ac +++ b/configure.ac @@ -916,6 +916,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
