| | | Changeset 10009:67254ae6810e |
| | |
|
| | | unittest: Fix build errors in stattest |
| | + |
|
| | + |
|
| | + |
|
| | + | Changeset 10002:52e320e079fe |
| | + |
|
| | + | unittest: Do not build 'stattest' to avoid errors
|
| | + | Disable 'stattest' for now since there is no obvious way to fix it.
|
| | + | curTick() does not support setting the tick anymore which 'stattest'
|
| | + | needs. |
| | + |
|
| | + |
|
| | + |
|
| | + | src/unittest/SConscript | 7 ++++---
|
| | + | 1 file changed, 4 insertions(+), 3 deletions(-) |
| | + |
|
| | + |
|
| | + |
|
| | + | Changeset 10001:5e24ad5bf85c |
| | + |
|
| | + | unittest: Fix build errors
|
| | + | Minor fixes. |
| | + |
|
| | + |
|
| | + |
|
| | + | src/unittest/rangemaptest.cc | 6 +++---
|
| | + | src/unittest/symtest.cc | 2 ++
|
| | + | 2 files changed, 5 insertions(+), 3 deletions(-) |
| | + |
|
| | + |
|
| | + |
|
| | + | Changeset 10000:291bbf847a8d |
| | + |
|
| | + | unittest: Fix build errors due to non-existent files
|
| | + | Remove files from SConscript that were deleted in changeset 5583:6c1f3155f16b. |
| | + |
|
| | + |
|
| | + |
|
| | + | src/unittest/SConscript | 3 ---
|
| | + | 1 file changed, 3 deletions(-) |
| | + |
|
| | + |
|
| | + |
|
| | + | Changeset 9999:78948e7f4d46 |
| | + |
|
| | + | unittest: minor build failure fix
|
| | + | Fix build failure in initest due to missing explicit function declaration
|
| | + | needed by -Wmissing-declarations. |
| | + |
|
| | + |
|
| | + |
|
| | + | src/unittest/initest.cc | 2 ++
|
| | + | 1 file changed, 2 insertions(+) |