Tests: add pointer to cover script which runs them.

This commit is contained in:
Emil Mikulic 2013-06-10 18:52:38 +10:00
parent 5d1bdd1fd3
commit 7551090ac5
4 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Coverage and unit tests!
# Build a coverage-enabled darkhttpd, run unit tests and calculate coverage.
#
cd $(dirname $0)
DIR=tmp.httpd.tests

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# This is run by the "cover" script.
import unittest
import socket
import signal

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# This is run by the "cover" script.
import unittest
from test import TestHelper, Conn, parse

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# This is run by the "cover" script.
import unittest
from test import TestHelper, Conn, parse