#!/bin/sh -- # -*- perl -*-
eval 'exec perl -S $0 "$@"'
    if 0;
########################## -*- Mode: Perl -*- ##########################
##
## File             : Conscript
##
## Description      : 
##
## Author           : Norbert Goevert
## Created On       : Tue Sep  3 16:49:55 1996
##
## Last Modified By : Norbert Goevert
## Last Modified On : Fri Oct 11 11:25:08 1996
##
## $State: Exp $
##
## $Id: Conscript,v 5.1 1996/11/05 16:56:19 goevert Exp goevert $
##
## $Log: Conscript,v $
## Revision 5.1  1996/11/05 16:56:19  goevert
## *** empty log message ***
##
## Revision 5.0.1.1  1996/11/04 13:11:32  goevert
## patch21: cons instead of MakeMaker
##
########################################################################


Import qw (CONS);

my $sfgate = 'SFgate';
$sfgate = 'SFgate-server' if $::CONFIG{VERSION} eq 'gold';

Perl $CONS 'run_tests', 'run_tests.in', "#config.sh", 'main::replace';
Command $CONS 'is.1', 'run_tests', "#build/source/$sfgate", "cd tests; sh run_tests";
