add some tests to make sure our exported symbols are sane
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user