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
The test file tst/anupqeg.tst is huge and takes very long; this makes it very difficult to isolate and debug individual test failures. Hence, this file should be split into multiple smaller files.
Note that it is created by tst/make_anupqeg, so perhaps one can tweak that script to generate multiple test files (which could be put into a subdirectory tst/examples/).
The text was updated successfully, but these errors were encountered:
Related to this: PqExample is huge and complicated and it accesses the same base data from which the .tst files are generated. So when revising this, one should propably revise the whole approach how examples are managed. See also my remark at issue #23.
The test file
tst/anupqeg.tst
is huge and takes very long; this makes it very difficult to isolate and debug individual test failures. Hence, this file should be split into multiple smaller files.Note that it is created by
tst/make_anupqeg
, so perhaps one can tweak that script to generate multiple test files (which could be put into a subdirectorytst/examples/
).The text was updated successfully, but these errors were encountered: