File: test_sdict

package info (click to toggle)
caftools 2.0.3-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 10,844 kB
  • sloc: ansic: 24,940; sh: 3,628; perl: 452; makefile: 150
file content (11 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/local/bin/perl


#..do this to pick up TestTools.
BEGIN { unshift(@INC,"./test_data/"); }

use TestTools;
use strict;

printf STDERR ("%s\n-*- %s: -*-\nNo Checks Available\n%s\n\n\n",'#'x35,'sdict','#'x35);