File: run

package info (click to toggle)
pxp 1.1.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,944 kB
  • ctags: 1,728
  • sloc: ml: 15,005; xml: 2,583; sh: 972; makefile: 677
file content (11 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

set -e

(cd reader && ./test_reader)
(cd canonxml && ./run_canonxml)
(cd write && ./run_write)
(cd codewriter && ./run_codewriter)
(cd negative && ./run_negative)
(cd dynamic && ./run)