summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add code coverage for Python.Ethan Jackson2012-03-021-0/+2
| | | | | | | Adds support for Ned Batchelder's code coverage tool to the test suite. http://nedbatchelder.com/code/coverage/ Signed-off-by: Ethan Jackson <ethan@nicira.com>
* gitignore: Add manpage-check.Ethan Jackson2011-08-251-0/+1
|
* Add some new generated files to .gitignore.Justin Pettit2011-01-111-0/+4
| | | | A few generated files have snuck in that should be ignored by git.
* Add build checks for portable OpenFlow structure padding and alignment.Ben Pfaff2010-01-251-1/+0
| | | | | This causes the build to fail with an error message if openflow.h contains a structure whose members are not aligned in a portable way.
* Update .gitignore filesJustin Pettit2009-12-101-0/+1
|
* Use Autotest for the Open vSwitch test suite.Ben Pfaff2009-07-291-0/+1
| | | | | | | | | 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.
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+43