diff options
Diffstat (limited to 'tests/Makefile')
-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) |