diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-04-21 08:16:39 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-04-26 08:16:40 -0700 |
commit | 20e7524ff9f0cab4c9a0306014d6f3d7b467ae1e (patch) | |
tree | df4f48f2dd76384996431297085faf666444edf8 /tests | |
parent | 1b5fb4d252c4403cbb893be6e38a26a119d054ef (diff) | |
download | qemu-20e7524ff9f0cab4c9a0306014d6f3d7b467ae1e.zip qemu-20e7524ff9f0cab4c9a0306014d6f3d7b467ae1e.tar.gz qemu-20e7524ff9f0cab4c9a0306014d6f3d7b467ae1e.tar.bz2 |
tests/tcg/nios2: Re-enable linux-user tests
Now that threads and signals have been fixed, re-enable tests.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220421151735.31996-9-richard.henderson@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tcg/nios2/Makefile.target | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/tcg/nios2/Makefile.target b/tests/tcg/nios2/Makefile.target deleted file mode 100644 index b38e235..0000000 --- a/tests/tcg/nios2/Makefile.target +++ /dev/null @@ -1,11 +0,0 @@ -# nios2 specific test tweaks - -# Currently nios2 signal handling is broken -run-signals: signals - $(call skip-test, $<, "BROKEN") -run-plugin-signals-with-%: - $(call skip-test, $<, "BROKEN") -run-linux-test: linux-test - $(call skip-test, $<, "BROKEN") -run-plugin-linux-test-with-%: - $(call skip-test, $<, "BROKEN") |