Add memories_test.py to the list of exported tests

PiperOrigin-RevId: 567375604
This commit is contained in:
Junwhan Ahn 2023-09-21 11:54:32 -07:00 committed by jax authors
parent 0df0cde959
commit 6a551a1efa

View File

@ -1199,6 +1199,7 @@ exports_files(
"array_test.py",
"cache_key_test.py",
"compilation_cache_test.py",
"memories_test.py",
"pmap_test.py",
"pjit_test.py",
"python_callback_test.py",