DEBSOURCES
Skip Quicknav
sources / systemc / 3.0.2-1 / debian / tests / test-linking.sh
123456789
#!/bin/sh set -e cd debian/tests g++ test.cpp $(pkg-config --cflags --libs systemc) ./a.out rm -f a.out