File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# !/usr/bin/env perl
22# cloc -- Count Lines of Code {{{1
3- # Copyright (C) 2006-2016 Al Danial <[email protected] >3+ # Copyright (C) 2006-2017 Al Danial <[email protected] >44# First release August 2006
55#
66# Includes code from:
2929# <http://www.gnu.org/licenses/gpl.txt>.
3030#
3131# 1}}}
32- my $VERSION = " 1.71 " ; # odd number == beta; even number == stable
32+ my $VERSION = " 1.72 " ; # odd number == beta; even number == stable
3333my $URL = " github.com/AlDanial/cloc" ; # 'https://' pushes header too wide
3434require 5.006;
3535# use modules {{{1
Original file line number Diff line number Diff line change 11To run the tests:
22 cd ../Unix
33 make test
4+
5+ Tests 21 through 24 in t/01_opts.t exercise cloc's ability to work
6+ with git submodules (specifically, to ignore code in these). If
7+ you're working with a git repo clone you will need to update the
8+ submodule via
9+ git submodule init
10+ git submodule update
11+ issued within your cloc working directory to get the tests to pass.
12+ The submodule will populate the directory
13+ tests/inputs/issues/131/cloc_submodule_test/
Original file line number Diff line number Diff line change 1+ This directory contains inputs for tests 21 through 24 in cloc/Unix/t/01_opts.t
2+ The tests exercise cloc's ability to work with git submodules (specifically,
3+ to ignore code in these). If you're working with a git repo clone you will
4+ need to update the submodule via
5+ git submodule init
6+ git submodule update
7+ issued within your cloc working directory to get the tests to pass.
You can’t perform that action at this time.
0 commit comments