File: test.pl

package info (click to toggle)
libcurses-ui-perl 0.95-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 860 kB
  • ctags: 510
  • sloc: perl: 10,479; makefile: 51
file content (16 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# No real tests, but only a notice to the user.

if ($ENV{INTERACTIVE_TEST})
{
    system $^X,"./examples/demo-widgets";
} else {
    print "\n";
    print "-"x70 . "\n";
    print "All load tests were successful. If you want to\n";
    print "do an interactive test, then run:\n";
    print "\n";
    print "  make test INTERACTIVE_TEST=1\n";
    print "\n";
    print "-"x70 . "\n";
    print "\n";
}