#! /usr/bin/perl -w # This test only checks that all basic requirements for tests are # present. No ff3d functionality is used. If it fails, it is not # ff3d's fault! # Checks for perl includes require 'check.ph'; # Checks for ff3d's presence die "ff3d executable not found" unless -x "../ff3d";