[go: up one dir, main page]

File: control

package info (click to toggle)
sleef 3.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,564 kB
  • sloc: ansic: 49,154; cpp: 6,095; makefile: 38
file content (12 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Test-Command: gcc docs/sophomore.c -lsleef -lm -o sophomore && ./sophomore
Depends: libsleef-dev, build-essential,
Restrictions: skippable
Architecture: any
Features: test-name=docs-sophomore

Test-Command: if test $(dpkg --print-architecture) = 'amd64'; then true; else exit 77; fi;
 gcc docs/hellox86.c -lsleef -lm -o hellox86; ./hellox86;
Depends: libsleef-dev, build-essential,
Restrictions: skippable
Architecture: amd64
Features: test-name=docs-hellox86