File: runtest.sh

package info (click to toggle)
libflame 5.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 162,080 kB
  • sloc: ansic: 750,080; fortran: 404,344; makefile: 8,133; sh: 5,458; python: 937; pascal: 144; perl: 66
file content (6 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
mkdir -p test/obj
make -C test LINKER=gcc LIBFLAME=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/libflame.so
cd test; ./test_libflame.x; cd ..
exit 0