Sync with 5.4.2
[deliverable/titan.core.git] / function_test / Semantic_Analyser / xer / t
CommitLineData
970ed795
EL
1#!/usr/bin/perl
2# note this is called through "perl -w"
3use strict;
4
5my $self = $0;
6$self =~ s!/t!!;
7
8exec('make check --no-print-directory -s -C ' . $self);
9
This page took 0.024517 seconds and 5 git commands to generate.