blob: dda5db9c7d925c50643d3a2a91c0dd7fce6fa01e [file] [log] [blame]
Anton Yartsev10f9d082013-05-02 01:41:51 +00001#!/usr/bin/env perl
2
3use Cwd qw/ abs_path /;
4use File::Basename qw/ dirname /;
5# Add scan-build dir to the list of places where perl looks for modules.
6use lib dirname(abs_path($0));
7
8do 'ccc-analyzer';