File: example-testlib

package info (click to toggle)
libobjcryst 2022.1.4%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,720 kB
  • sloc: cpp: 46,163; python: 108; makefile: 19; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e
set -x

cd examples
g++ testlib.cpp -lObjCryst -o objcryst_test
./objcryst_test