----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2133/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- 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(-) unittest: Fix build errors Minor fixes. --- src/unittest/rangemaptest.cc | 6 +++--- src/unittest/symtest.cc | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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(-) 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(+) Diffs ----- src/unittest/SConscript 4b872fdba3af src/unittest/initest.cc 4b872fdba3af src/unittest/rangemaptest.cc 4b872fdba3af src/unittest/symtest.cc 4b872fdba3af Diff: http://reviews.gem5.org/r/2133/diff/ Testing ------- Thanks, Ola Jeppsson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
