mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Tests: add pointer to cover script which runs them.
This commit is contained in:
parent
5d1bdd1fd3
commit
7551090ac5
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Coverage and unit tests!
|
# Build a coverage-enabled darkhttpd, run unit tests and calculate coverage.
|
||||||
#
|
#
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
DIR=tmp.httpd.tests
|
DIR=tmp.httpd.tests
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# This is run by the "cover" script.
|
||||||
import unittest
|
import unittest
|
||||||
import socket
|
import socket
|
||||||
import signal
|
import signal
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# This is run by the "cover" script.
|
||||||
import unittest
|
import unittest
|
||||||
from test import TestHelper, Conn, parse
|
from test import TestHelper, Conn, parse
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# This is run by the "cover" script.
|
||||||
import unittest
|
import unittest
|
||||||
from test import TestHelper, Conn, parse
|
from test import TestHelper, Conn, parse
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user