summaryrefslogtreecommitdiff
path: root/tests/aes128.at
Commit message (Collapse)AuthorAgeFilesLines
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-1/+1
| | | | | | | | | | | | | | 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>
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-1/+1
|
* Implement RFC 4122-compliant UUIDs.Ben Pfaff2009-11-041-0/+146
This UUID library will be used by the upcoming configuration database.