test/java/lang/Math/Atan2Tests.java

Print this page

        

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