Subversion Repositories testOled

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include "jtest.h"
  2. #include "complex_math_tests.h"
  3.  
  4. JTEST_DEFINE_GROUP(complex_math_tests)
  5. {
  6.     JTEST_GROUP_CALL(cmplx_conj_tests);
  7.     JTEST_GROUP_CALL(cmplx_dot_prod_tests);
  8.     JTEST_GROUP_CALL(cmplx_mag_tests);
  9.     JTEST_GROUP_CALL(cmplx_mag_squared_tests);
  10.     JTEST_GROUP_CALL(cmplx_mult_cmplx_tests);
  11.     JTEST_GROUP_CALL(cmplx_mult_real_tests);
  12.    
  13.     return;
  14. }
  15.