This used to not work, let's make sure it stays working.

Signed-off-by: Vegard Nossum <vegard.nos...@gmail.com>
---
 Makefile                |    1 +
 regression/run-suite.sh |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 9c5620e..a63a5a5 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,7 @@ REGRESSION_TEST_SUITE_CLASSES = \
        regression/jato/internal/VM.class \
        regression/jvm/TestCase.class \
        regression/jvm/ArrayTest.class \
+       regression/jvm/ArrayMemberTest.class \
        regression/jvm/BranchTest.class \
        regression/jvm/ObjectArrayTest.class \
        regression/jvm/ExitStatusIsOneTest.class \
diff --git a/regression/run-suite.sh b/regression/run-suite.sh
index 916c6bf..b0b564f 100755
--- a/regression/run-suite.sh
+++ b/regression/run-suite.sh
@@ -52,6 +52,7 @@ done
 
 if [ -z "$CLASS_LIST" ]; then
     run_java jvm.ArrayTest 0
+    run_java jvm.ArrayMemberTest 0
     run_java jvm.BranchTest 0
     run_java jvm.ObjectArrayTest 0
     run_java jvm.ExitStatusIsZeroTest 0
-- 
1.6.0.4


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to