comparison truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/instrument/SLSimpleInstrumentTestSuite.java @ 22201:df6a1647cfb3

Move .sl testcases/outputs (resources) into projects src directory
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Tue, 29 Sep 2015 15:01:34 +0200
parents dc83cc1f94f2
children
comparison
equal deleted inserted replaced
22200:7abcbeb12d08 22201:df6a1647cfb3
42 42
43 import org.junit.Test; 43 import org.junit.Test;
44 import org.junit.runner.RunWith; 44 import org.junit.runner.RunWith;
45 45
46 @RunWith(SLInstrumentTestRunner.class) 46 @RunWith(SLInstrumentTestRunner.class)
47 @SLInstrumentTestSuite({"truffle/com.oracle.truffle.sl.test/tests_instrumentation", "tests_instrumentation"}) 47 @SLInstrumentTestSuite({"tests_instrumentation"})
48 public class SLSimpleInstrumentTestSuite { 48 public class SLSimpleInstrumentTestSuite {
49 49
50 public static void main(String[] args) throws Exception { 50 public static void main(String[] args) throws Exception {
51 SLInstrumentTestRunner.runInMain(SLSimpleInstrumentTestSuite.class, args); 51 SLInstrumentTestRunner.runInMain(SLSimpleInstrumentTestSuite.class, args);
52 } 52 }