util: Add a simple junit test for the gem5 ops java wrapper.
authorGabe Black <gabe.black@gmail.com>
Fri, 23 Oct 2020 03:01:03 +0000 (20:01 -0700)
committerGabe Black <gabe.black@gmail.com>
Thu, 10 Dec 2020 11:20:00 +0000 (11:20 +0000)
commit742acde59a8cf6d05bb613eec422b16b0b3ccbde
tree1df639010d310448a375ed3298596c1f23b53b4f
parent97aa8425d640ce5f4f013e8a865e162f14bb0c09
util: Add a simple junit test for the gem5 ops java wrapper.

If possible, this gets built into the jar which also holds the wrapper.
It can be run on its own through its own main function, or through the
junit mechanism directly.

Change-Id: Iaec7f6deb26bbad75da027c71edca50ef25697cf
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28181
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabe.black@gmail.com>
util/m5/README.md
util/m5/src/SConscript
util/m5/src/java/gem5/OpsTest.java [new file with mode: 0644]