File: README

package info (click to toggle)
libapache2-mod-auth-tkt 2.1.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 976 kB
  • ctags: 709
  • sloc: ansic: 2,178; perl: 1,595; makefile: 91; sh: 88; php: 88; ruby: 59; python: 48
file content (25 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Test Instructions
=================

1. To run the test suite against the currently configured apache version:

   make test
   # (see the Makefile for details, but it's basically just running ./TEST)



2. To run a single unit test e.g. 01_basic.t:

   ./TEST 01_basic.t


3. To run a single unit test through gdb:

   # (make sure you've run with './configure --debug' for debug symbols)
   ./TEST -start-httpd -one-process 
   # in another window
   gdb /usr/sbin/httpd PID
   # in test window
   ./TEST 01_basic.t