summaryrefslogtreecommitdiff
path: root/tests/uuid.at
Commit message (Collapse)AuthorAgeFilesLines
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-2/+2
| | | | | | | | | | | | | | Improve link speed by linking 29 test programs into ovstest. On my machine, running the following command against a fully built tree: $ touch lib/random.c; time make Improve the overall build time from 7 seconds to 3.5 seconds. Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
* tests: Remove bit-rotted support for "lcov".Ben Pfaff2012-07-201-20/+0
| | | | | | | | | At one point I got the "lcov" utilities to work well with OVS. Then I didn't try to use them again for a year or so, and when I did I found that it didn't work at all. I wasn't able to fix the problem easily, so it seems better to remove the feature than to leave around broken code. Signed-off-by: Ben Pfaff <blp@nicira.com>
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-5/+6
|
* Implement RFC 4122-compliant UUIDs.Ben Pfaff2009-11-041-0/+58
This UUID library will be used by the upcoming configuration database.