1 2 3 4 5 6 7 8 9 10 11 12 13
|
Test-Command: gcc -Wall -o "$AUTOPKGTEST_TMP"/example tests/example.c -lvmemcache && "$AUTOPKGTEST_TMP"/example
Features: test-name=gcc
Depends: gcc, libc-dev, make, libvmemcache-dev
Test-Command: clang -Wall -o "$AUTOPKGTEST_TMP"/example tests/example.c -lvmemcache && "$AUTOPKGTEST_TMP"/example
Features: test-name=clang
Depends: clang, libc-dev, make, libvmemcache-dev
Restrictions: skip-not-installable
Test-Command: tcc -Wall -o "$AUTOPKGTEST_TMP"/example tests/example.c -lvmemcache && "$AUTOPKGTEST_TMP"/example
Features: test-name=tcc
Depends: tcc, libc-dev, make, libvmemcache-dev
Restrictions: skip-not-installable
|