source: trunk/bindings/python/run_nxstest @ 1208

Revision 1208, 169 bytes checked in by Freddie Akeroyd, 3 years ago (diff)

Add script to run test against built, rather than installed, version
of the NeXus library. Refs #101.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2#
3# this script allows nxstest to be run again the built, rather than installed,
4# version of nexus
5#
6env LD_LIBRARY_PATH=../../src/.libs python nxstest.py $*
Note: See TracBrowser for help on using the repository browser.