compiler: Don't use __attribute__ for non-GCC compilers.
[openvswitch] / tests / testsuite.at
index 0ad34c2f567a9a6985309e32622fbe437c04ca97..c232a8779f9de02045f93f23774a3902cd115e44 100644 (file)
@@ -15,6 +15,10 @@ See the License for the specific language governing permissions and
 limitations under the License.])
 
 AT_TESTED([ovs-vswitchd])
+AT_TESTED([ovs-vsctl])
 
+m4_include([tests/lcov-pre.at])
 m4_include([tests/library.at])
 m4_include([tests/stp.at])
+m4_include([tests/ovs-vsctl.at])
+m4_include([tests/lcov-post.at])