File: testsuite

package info (click to toggle)
xz-utils 5.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,140 kB
  • sloc: ansic: 34,516; sh: 6,765; makefile: 943; asm: 303; sed: 39
file content (8 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash

# Tweak the Makefile to link against the installed liblzma for the tests
sed 's@..top_builddir..src.liblzma.liblzma.la@-llzma@' -i tests/Makefile.am
./autogen.sh
./configure

exec make check