diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-08 13:38:27 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-08 13:38:27 +0000 |
commit | e7daa60575932e76395cef2d19205d43f96983d7 (patch) | |
tree | af6607e0d575140ad9c4d0c262a2ae651bd4d4a4 /tests | |
parent | 48733d195b10a61a18c0aafcdd0ae711bdfe03a6 (diff) |
Add CRIS configuration bits, by Edgar E. Iglesias.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3368 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index ec3a93ce62..97688b8f0b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -98,6 +98,11 @@ test2: ../$${arch}-linux-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ done + +# testsuite for the CRIS port. +test-cris: + $(MAKE) -C cris check + clean: rm -f *~ *.o test-i386.out test-i386.ref \ test-x86_64.log test-x86_64.ref qruncom $(TESTS) |