Index: trunk/tests/Makefile =================================================================== --- trunk/tests/Makefile (revision 34377) +++ trunk/tests/Makefile (revision 34378) @@ -3,6 +3,7 @@ cd remote && $(MAKE) all && $(MAKE) test # 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 @echo " " @echo "+-------------------------------------------------+" @echo "+ All tests passed, librnd is safe to install. +" @@ -12,6 +13,7 @@ cd rnd_printf && $(MAKE) clean cd remote && $(MAKE) clean cd librnd && $(MAKE) clean + cd conf && $(MAKE) clean distclean: cd librnd && $(MAKE) distclean