tests/tcg: add simple record/replay smoke test for aarch64
commitb9fe0063b77a6d78ae5c21248da5330c6ad72488
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 18 Sep 2019 13:31:42 +0000 (18 14:31 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 26 Sep 2019 18:00:53 +0000 (26 19:00 +0100)
treed17dbac23a703bf95d4008e06307d64e715c8edb
parentb059a62bb6d9bcf89b685a886afd672c24622567
tests/tcg: add simple record/replay smoke test for aarch64

This adds two new tests that re-use the memory test to check basic
record replay functionality is still working. We have to define our
own runners rather than using the default pattern as we want to change
the test name but re-use the memory binary.

We declare the test binaries as PHONY as they don't really exist.

[AJB: A better test would output some sort of timer value or other
otherwise variable value so we could compare the record and replay
outputs and ensure they match]

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Cc: Pavel Dovgalyuk <dovgaluk@ispras.ru>
tests/tcg/aarch64/Makefile.softmmu-target