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>
This commit is contained in:
Gabe Black
2021-02-03 23:00:29 -08:00
parent 8d92183669
commit 5ca6b83944
3 changed files with 0 additions and 208 deletions

View File

@@ -28,8 +28,6 @@
Import('*')
Source('unittest.cc')
UnitTest('nmtest', 'nmtest.cc')
stattest_py = PySource('m5', 'stattestmain.py', tags='stattest')