mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Add Makefile for tests and cleaning up.
This commit is contained in:
parent
3478d24419
commit
ae676feaeb
10
devel/Makefile
Normal file
10
devel/Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
all:
|
||||||
|
./run-tests
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.gcov \
|
||||||
|
cover.out.log \
|
||||||
|
cover.out.stderr \
|
||||||
|
cover.out.stdout \
|
||||||
|
test.pyc \
|
||||||
|
test_make_safe_uri
|
Loading…
Reference in New Issue
Block a user