Update README.md
[deliverable/titan.core.git] / function_test / Semantic_Analyser / template_restrictions / t
CommitLineData
3abe9331 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.023836 seconds and 5 git commands to generate.