File: control

package info (click to toggle)
lowdown 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,484 kB
  • sloc: ansic: 21,512; sh: 1,892; xml: 861; makefile: 518
file content (19 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Test whether the command-line executable works, by passing a well-known
# Markdown file to it.
Test-Command: lowdown LICENSE.md

# Test whether the static library works by compiling and running simple program
Tests: compile-run-static
Depends:
 build-essential,
 pkgconf | pkg-config,
 libmd-dev,
 libbsd-dev,
 liblowdown-dev,

# Test whether the shared library works by compiling and running simple program
Tests: compile-run-shared
Depends:
 build-essential,
 pkgconf | pkg-config,
 liblowdown-dev,