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