]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/run_tests
Created a new run_tests script that sets LD_LIBRARY_PATH before running the test...
[dead/census-tools.git] / bin / run_tests
diff --git a/bin/run_tests b/bin/run_tests
new file mode 100755 (executable)
index 0000000..6e3a7a1
--- /dev/null
@@ -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