Revert "test: Hook up gcov to require the test name"

This reverts commit c590c70ea467b37e96b2b4cb41d91776519b569d.
This commit is contained in:
Peter Hutterer 2013-06-27 09:40:41 +10:00
parent 9e81874c49
commit 9b7cc815ea

View file

@ -28,9 +28,7 @@ CLEANFILES = gcov-report.txt
gcov-clean:
@rm -f *.gcov
gcov-report.txt: gcov-clean $(TEST)
$(AM_V_GEN)test -n "$$TEST" || (echo "Run as 'make gcov TEST=<test>'" && exit 1)
$(AM_V_GEN)($(builddir)/$(TEST))
gcov-report.txt: gcov-clean check-TESTS
$(AM_V_GEN)(rm -rf $@; \
echo "========== coverage report ========" >> $@; \
for file in `find $(top_srcdir)/libevdev -name "*.c" -printf "%P\n"`; do \