Skip to content

Commit

Permalink
Update namespace in test_binary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
praveksharma committed Mar 20, 2024
1 parent 490fbba commit 1c21ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_namespace():
symbols.append(line)

# ideally this would be just ['oqs', 'pqclean'], but contains exceptions (e.g., providing compat implementations of unavailable platform functions)
namespaces = ['oqs', 'pqclean', 'keccak', 'pqcrystals', 'init', 'fini', 'seedexpander', '__x86.get_pc_thunk']
namespaces = ['oqs', 'pqclean', 'keccak', 'pqcrystals', 'init', 'fini', 'seedexpander', 'libjade', 'jade', '__jade', '__jasmin_syscall', '__x86.get_pc_thunk']
non_namespaced = []

for symbolstr in symbols:
Expand Down

0 comments on commit 1c21ff1

Please sign in to comment.