Monthly Archives: April 2022

Using git submodules

Git allows a project to embed other git projects as submodules. This is analogous to a symbolic link in the file system, but allows the main project to control the git version of each submodule. In a large project where … Continue reading

Posted in tools | Tagged , , | Leave a comment

libtap2 Updated to Version 2.1

I just published a minor update to libtap2. libtap is a unit testing library for C that was developed for FreeBSD testing. I enhanced it to allow testing of event driven programs (tap_ev) and released libtap2 on Source Forge. I … Continue reading

Posted in c programming | Tagged , , , , | Leave a comment