test/java/lang/Math/PowTests.java

Print this page

        

@@ -23,10 +23,13 @@
 
 /*
  * @test
  * @bug 4984407 5033578
  * @summary Tests for {Math, StrictMath}.pow
+ * @library /lib/testlibrary
+ * @build jdk.testlibrary.DoubleUtils jdk.testlibrary.FloatUtils
+ * @run main PowTests
  * @author Joseph D. Darcy
  */
 
 public class PowTests {
     private PowTests(){}