You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make: avoid test case collisions when running deterministic test vectors
This change ensures that running the `TestReplace` test will not run
any other tests at the same time. It is necessary to run tests
separately and sequentially when generating test vectors. Otherwise, the
random data generator will not be sampled deterministically for a given
seed.
0 commit comments