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,
|