From 715d1becddcb89c49d71aa19e62ed27f967e5860 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 5 May 2016 09:41:01 -0700 Subject: add optimization to c api, and so that we can find all passes in the c api library, make it dynamic --- auto_update_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto_update_tests.py') diff --git a/auto_update_tests.py b/auto_update_tests.py index bd9e5f695..7162bd8fd 100755 --- a/auto_update_tests.py +++ b/auto_update_tests.py @@ -2,6 +2,8 @@ import os, sys, subprocess, difflib +os.environ['LD_LIBRARY_PATH'] = 'lib' # find our dynamic libraries + print '[ processing and updating testcases... ]\n' for asm in sorted(os.listdir('test')): -- cgit v1.2.3