X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=bin%2Frun_tests;fp=bin%2Frun_tests;h=6e3a7a1416f03095fe1676b8142f2a4e3271d142;hp=0000000000000000000000000000000000000000;hb=8685f61f0bebe6a654acd56d4bc697ceb82dbd66;hpb=371a35c94370066b5f9598b195a828c9a7ce1d04 diff --git a/bin/run_tests b/bin/run_tests new file mode 100755 index 0000000..6e3a7a1 --- /dev/null +++ b/bin/run_tests @@ -0,0 +1,10 @@ +#!/bin/bash +# +# Add some paths to LD_LIBRARY_PATH in lp_solve_wrapper style. + +export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../../lib/lp_solve" +export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../lib/lp_solve" +export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:./lib/lp_solve" + +# Execute the test suite. +python bin/test_suite