systemc, scons: Add a mechanism to hook in the systemc tests.
authorGabe Black <gabeblack@google.com>
Thu, 7 Jun 2018 06:06:10 +0000 (23:06 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 15 Aug 2018 01:29:14 +0000 (01:29 +0000)
commitabeafffd03229ee752b6d772f359308a88e0af04
tree7585e0297cd11114381e998d691d974bebc19b92
parent0693577c7f32b6de7c55c4aa2d4a086a85f3bf15
systemc, scons: Add a mechanism to hook in the systemc tests.

This mechanism scans the systemc test directories as described in their
original distribution. It tells scons how to build each test
executable, and also how to build a json manifest file which
lists all the tests and some properties about them.

Change-Id: I8ebc748c1aed71f0bb76e04a2040f15abd2837d9
Reviewed-on: https://gem5-review.googlesource.com/10956
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/SConscript [new file with mode: 0644]