# this file is included by all the subdirectory makefiles

test:
	@echo "*** Running test in `pwd`"
	-./uselib
	@echo "*** Test done in `pwd`"

uselib.out.expected::
	-./uselib | ${top_srcdir}/filter-test-output > uselib.out.expected

clean-common::
	rm -rf .libs *.o *.lo *.la *.dll uselib uselib.exe bin lib uselib.out uselib.out.diffs *.def *.exp core
