Index: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile (revision 34384) +++ trunk/tests/Makefile (revision 34385) @@ -4,6 +4,7 @@ # This uses make instead of $(MAKE) on purpose as a "portable" -j1 to work around GNU make cd librnd && make all && make test cd conf && $(MAKE) all && make test + cd base64 && $(MAKE) all && make test @echo " " @echo "+-------------------------------------------------+" @echo "+ All tests passed, librnd is safe to install. +" @@ -14,6 +15,7 @@ cd remote && $(MAKE) clean cd librnd && $(MAKE) clean cd conf && $(MAKE) clean + cd base64 && $(MAKE) clean distclean: cd librnd && $(MAKE) distclean