File: TkTestRunner.pl

package info (click to toggle)
libtest-unit-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,312 kB
  • sloc: perl: 4,297; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/usr/bin/perl -w

use strict;

use Test::Unit::TkTestRunner;

Test::Unit::TkTestRunner::main(@ARGV);