tests: Delete the now unused unittest/unittest.[cc|hh].
authorGabe Black <gabe.black@gmail.com>
Thu, 4 Feb 2021 07:00:29 +0000 (23:00 -0800)
committerGabe Black <gabe.black@gmail.com>
Fri, 5 Feb 2021 09:34:39 +0000 (09:34 +0000)
commit5ca6b8394433ba963d4e6f2b5225eee5876fca3f
tree6c2423340cc7fa8471d2cf3c5fcba28d32a18456
parent8d92183669d8143d63d61f2e49d0b65dac88590e
tests: Delete the now unused unittest/unittest.[cc|hh].

These files were originally used to provide a more gtest like mechanism
for the UnitTest executables, many of which didn't actually test
anything. With the definitions in those files, the tests could check
whether their expectations were met, and either pass or fail without a
human having to inspect the output and knowing what output to expect.

Change-Id: Ie0601391b994859eb544b37201333838fa3ba02a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40618
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
src/unittest/SConscript
src/unittest/unittest.cc [deleted file]
src/unittest/unittest.hh [deleted file]