File: cif_automorphism_001.chk

package info (click to toggle)
cod-tools 3.11.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 159,136 kB
  • sloc: perl: 58,707; sh: 41,323; ansic: 7,268; xml: 1,982; yacc: 1,117; makefile: 731; python: 166
file content (7 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh

if ! perl -MGraph::Nauty -e '1' 2>/dev/null
then
    echo Test skipped - no Graph::Nauty
    exit 1
fi