File: control

package info (click to toggle)
plf-colony 7.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: cpp: 5,905; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Test-Command: g++ -Wall -o "$AUTOPKGTEST_TMP"/⁊ debian/tests/simple.cc && "$AUTOPKGTEST_TMP"/⁊
Features: test-name=simple-gcc
Depends: @, g++

Test-Command: clang++ -Wall -o "$AUTOPKGTEST_TMP"/⁊ debian/tests/simple.cc && "$AUTOPKGTEST_TMP"/⁊
Features: test-name=simple-clang
Depends: @, clang
Restrictions: skip-not-installable

Test-Command: g++ -Wall -o "$AUTOPKGTEST_TMP"/⁊ debian/tests/simple.cc && valgrind --error-exitcode=1 -q "$AUTOPKGTEST_TMP"/⁊
Features: test-name=simple-gcc-valgrind
Depends: @, g++, valgrind
Restrictions: skip-not-installable