]> git.proxmox.com Git - ovs.git/commit
tests: Generate valgrind wrappers only for real test programs.
authorBen Pfaff <blp@ovn.org>
Fri, 11 Nov 2016 23:52:01 +0000 (15:52 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 8 Feb 2017 19:41:04 +0000 (11:41 -0800)
commit7c1abc459424eb83217fea1ca5f8de7b7f198416
treef630f68c862e9cf3a8b9ed53cab7124ae2de6bb5
parentaaedb407578eab0563ef2cab3418f6a726fd9c41
tests: Generate valgrind wrappers only for real test programs.

ovstest is the main test binary these days, and that has been so for a
long time, but the tests code was still generating valgrind wrappers for
other binaries that went away a long time ago.  That's harmless but
confusing, so this commit fixes it.

Also fixes alphabetical ordering and adds the missing test-strtok_r
wrapper.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
tests/automake.mk