]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tests/library.at
stdio: New module, initially to provide working [v]snprintf() on Windows.
[mirror_ovs.git] / tests / library.at
index 57cdd6c0d3393f128094261bdcc6d0945912f834..b0ccd40da393aa5be782003d957bce23b9010cc7 100644 (file)
@@ -181,3 +181,7 @@ AT_CHECK([sed 's/.*: //
 ])
 
 AT_CLEANUP
+
+AT_SETUP([snprintf])
+AT_CHECK([test-util snprintf])
+AT_CLEANUP