File: smartstest.sh

package info (click to toggle)
openbabel 2.0.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 15,652 kB
  • ctags: 15,998
  • sloc: cpp: 128,176; ansic: 86,170; sh: 8,920; perl: 1,847; python: 1,369; pascal: 793; makefile: 381; xml: 97
file content (10 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# This is just a small shell wrapper to be sure that we find the correct libs
# since 'make check' is likely run before 'make install'
#
unset BABEL_LIBDIR
BABEL_LIBDIR="../src/formats/.libs"
export BABEL_LIBDIR

./smartstest