diff options
| author | Brian Potchik <brian@vector35.com> | 2019-09-21 23:44:22 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-09-21 23:44:22 -0400 |
| commit | ae51b060402a939afcae5b52e30cfebd4944a26e (patch) | |
| tree | 2f61ddb2d3988c72ef7ad513c17997f1c7f707a3 | |
| parent | 19d42b4d5ce3802e59560791aa1caab19f2219b0 (diff) | |
Unit test cleanup.
| -rw-r--r-- | suite/api_test.py | 2 | ||||
| -rwxr-xr-x | suite/unit_api.py (renamed from unit_api.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/suite/api_test.py b/suite/api_test.py index d30bcfbe..bd94f5e1 100644 --- a/suite/api_test.py +++ b/suite/api_test.py @@ -13,7 +13,7 @@ from binaryninja.metadata import Metadata from binaryninja.demangle import demangle_gnu3, get_qualified_name from binaryninja.architecture import Architecture -api_suite_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../", "api", "suite") +api_suite_path = os.path.join(os.path.dirname(os.path.realpath(__file__))) sys.path.append(api_suite_path) import testcommon diff --git a/unit_api.py b/suite/unit_api.py index 3c93e823..3c93e823 100755 --- a/unit_api.py +++ b/suite/unit_api.py |
