< prev index next >

test/testlibrary_tests/OutputAnalyzerTest.java

Print this page

        

@@ -23,10 +23,12 @@
 
 /*
  * @test
  * @summary Test the OutputAnalyzer utility class
  * @library /testlibrary
+ * @build com.oracle.java.testlibrary.*
+ * @run main/othervm OutputAnalyzerTest
  */
 
 import com.oracle.java.testlibrary.OutputAnalyzer;
 
 public class OutputAnalyzerTest {
< prev index next >