DEBSOURCES
Skip Quicknav
sources / libassuan / 2.5.3-7.1 / debian / tests / build
12345678910
#!/bin/bash set -e gcc -pedantic -Wall -Werror -o test-run \ debian/tests/simple-build.c \ $(pkg-config --cflags --libs libassuan) ./test-run rm -f test-run