summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/assert
Commit message (Collapse)AuthorAgeFilesLines
* ChildProc -> ChildProcessArne Juul2020-07-171-4/+4
|
* rename SlaveProc -> ChildProcArne Juul2020-07-171-4/+4
|
* Update executable name to match new test locationTor Brede Vekterli2019-05-271-3/+3
|
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-274-0/+81
Namespace is still `search` and not `vespalib` due to the massive amount of code that would need to be modified for such a change. Other changes: - Move `BufferWriter` from searchlib to vespalib - Move assertion and rand48 utilities from staging_vespalib to vespalib - Move gtest utility code from staging_vespalib to vespalib