| Jim Gallacher 2006-02-22, 7:46 am |
| I added a "make check" rule to run the tests, which meant adding
test/Makefile. It's easy enough to add a "make clean" rule in that file.
Jim
Graham Dumpleton (JIRA) wrote:
> Running make clean/distclean doesn't clean up test directory.
> -------------------------------------------------------------
>
> Key: MODPYTHON-139
> URL: http://issues.apache.org/jira/browse/MODPYTHON-139
> Project: mod_python
> Type: Bug
> Components: core
> Versions: 3.3
> Reporter: Graham Dumpleton
>
>
> Even after running a distclean, the following files are left in test directory.
>
> ? test/testconf.pyc
> ? test/httpdconf.pyc
> ? test/Makefile
> ? test/htdocs/dummymodule.pyc
> ? test/htdocs/cgitest.pyc
> ? test/htdocs/tests.pyc
>
> Should be addressed as part of test suite rewrite.
>
|