build: clean .log file in tests/conform dir
When running the conformance tests we write to a .log file which wasn't being removed by make clean which was causing make release-check to fail.
This commit is contained in:
parent
13ba312d3a
commit
316a515f9b
1 changed files with 1 additions and 0 deletions
|
@ -167,3 +167,4 @@ DISTCLEANFILES += ../../build/win32/vs9/test-conformance-cogl.vcproj \
|
|||
# we override the clean-generic target to clean up the wrappers so
|
||||
# we cannot use CLEANFILES
|
||||
clean-generic: clean-wrappers
|
||||
$(QUIET_RM)rm -f .log
|
||||
|
|
Loading…
Add table
Reference in a new issue