GSoC/GCI Archive
Google Code-in 2012 BRL-CAD

Create numerics library (LIBBN) API unit test ... for complex.c

completed by: Gmercer015

mentors: Sean

There are more than 300 library functions in our core LIBBN library. As a core library used by nearly every one of BRL-CAD's tools, testing those functions for correct behavior is important.

This task involves implementing a new unit test for any of LIBBN's source files that do not already have a unit test defined. The test should run all of the public functions and be hooked into our build system (if written in C). We have lots of existing unit tests to follow as an example.

You can implement the unit test in any language you like, but you'll have to bind the functions you're testing if not in C.

References:

  • include/bn.h
  • include/plot3.h
  • include/vmath.h
  • src/libbn/complex.c
  • src/libbu/tests/*.c
  • src/libbn/tests/*.c

Code:

  • src/libbn/tests/bn_complex.c
  • src/libbn/tests/CMakeLists.txt