Skip to content

Commit

Permalink
Provide Autoconf syntax for NIST testsuite
Browse files Browse the repository at this point in the history
Using this suite, it is possible to parallelize its evaluation
(for example with `autofonce run -t nist` with v0.7)
  • Loading branch information
lefessan committed Feb 8, 2023
1 parent b63bf71 commit 62148cd
Show file tree
Hide file tree
Showing 15 changed files with 10,038 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .autofonce
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ file = "tests/testsuite.at"
path = [ "tests/testsuite.src"]
env = "testsuite"
[testsuites.nist]
file = "tests/cobol85/nist.at"
path = [ "tests/cobol85/nistrun.src"]
file = "tests/nistrun.at"
path = [ "tests/nistrun.src"]
env = "testsuite"

[envs]
Expand Down
Loading

0 comments on commit 62148cd

Please sign in to comment.