File: develop.sh

package info (click to toggle)
cod-tools 3.11.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 159,136 kB
  • sloc: perl: 58,707; sh: 41,323; ansic: 7,268; xml: 1,982; yacc: 1,117; makefile: 731; python: 166
file content (12 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Dependencies listed in this file are used in the development of
# the 'cod-tools' package. Although these dependencies are needed
# to run certain Make rules (e.g. 'make cover'), they are not
# strictly required to build the package or run the tests:

sudo apt-get install -y \
    gcovr \
    lcov \
    libdevel-cover-perl \
;