Cleanup any debug files in testsuite so make distcheck passes
authorJ. Ali Harlow <ali@juiblex.co.uk>
Fri Mar 02 17:37:24 2018 +0000 (2018-03-02)
changeset 66d07fab627ccf
parent 65 d1433cd15271
child 67 c9eb7aa21ff4
child 68 4348cb0e1ac3
Cleanup any debug files in testsuite so make distcheck passes
tests/plover-gtk/Makefile.am
tests/plover/Makefile.am
     1.1 --- a/tests/plover-gtk/Makefile.am	Fri Mar 02 17:17:58 2018 +0000
     1.2 +++ b/tests/plover-gtk/Makefile.am	Fri Mar 02 17:37:24 2018 +0000
     1.3 @@ -45,3 +45,4 @@
     1.4  
     1.5  clean-local:
     1.6  	rm -rf icons razor-test-dir-* $(gui_tests:=.xvfb) .Xauthority
     1.7 +	rm -f razor-set-*
     2.1 --- a/tests/plover/Makefile.am	Fri Mar 02 17:17:58 2018 +0000
     2.2 +++ b/tests/plover/Makefile.am	Fri Mar 02 17:37:24 2018 +0000
     2.3 @@ -54,6 +54,7 @@
     2.4  
     2.5  clean-local:
     2.6  	rm -rf test-log-rotate razor-test-dir-*
     2.7 +	rm -f razor-set-*
     2.8  
     2.9  BUILT_SOURCES = test-uri-handler-gresource.c test-uri-handler-gresource.h
    2.10