File: README.md

package info (click to toggle)
libapache2-mod-auth-tkt 2.3.99~b1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 856 kB
  • sloc: ansic: 2,213; perl: 1,756; sh: 128; makefile: 94; php: 88; ruby: 59; tcl: 55; python: 48
file content (31 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
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
26
27
28
29
30
31
Test Instructions
=================

Requirements:

- Apache::TestRun, from the mod_perl project



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