File: test-all

package info (click to toggle)
ns2 2.35%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 78,796 kB
  • sloc: cpp: 172,923; tcl: 107,130; perl: 6,391; sh: 6,143; ansic: 5,846; makefile: 816; awk: 525; csh: 355
file content (13 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

echo "test-all has been moved"
echo
echo "to validate ns (running all test suites), run"
echo "    ./validate"
echo
echo "to run the old test-all (a subset of validate), run"
echo "    ./tcl/test/test-all-simple"
echo
echo "for example code, please see ./README"

exit 1