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

Create a utility library (LIBBU) API unit test ... for vls.c

completed by: Silvrous

mentors: Sean

There are more than 300 library functions in our core LIBBU 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 LIBBU'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 this task in any language you like, but you'll have to bind all of the functions you test.

References:

  • include/bu.h
  • src/libbu/vls.c
  • src/libbu/tests/*.c

Code:

  • src/libbu/tests/bu_vls.c
  • src/libbu/tests/CMakeLists.txt