From 1b233b95b5907a242ee453cbea3ad4bc4cd4fec2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 27 Jul 2009 16:40:11 -0700 Subject: Use Autotest for the Open vSwitch test suite. Autotest doesn't provide a lot of benefit by itself but it does allow us to easily put a wrapper around each test by using a macro to invoke it. (To do that with the built-in Automake test framework you need to write or generate a separate wrapper script for each test, which is a pain.) The next commit will take advantage of this possibility by adding support for code coverage analysis. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 480615ac..3230266c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ /depcomp /install-sh /missing +/package.m4 /stamp-h1 Module.symvers TAGS -- cgit v1.2.3