add some tests to make sure our exported symbols are sane

This commit is contained in:
Mike Frysinger
2007-09-26 08:44:39 +00:00
parent 9f315994b5
commit 727a2d90ee
8 changed files with 238 additions and 0 deletions

View File

@@ -157,6 +157,9 @@ clean: clean-links
rm -f $(TARGET)
rm -f *.o *~ *.core *.so .depend
check:
$(MAKE) -C test $@
-include .depend
_DEPS != ls *.c *.h
.depend: $(_DEPS)$(wildcard *.c *.h)