diff options
author | Allen Baum <31423142+allenjbaum@users.noreply.github.com> | 2022-04-22 17:59:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 17:59:06 -0700 |
commit | 6f7f47bdc61c0c51c0cbf75789678a1235eeefc2 (patch) | |
tree | d440abfeaa8221a22c29604864fe8f82849eae33 | |
parent | 96e3589a867955e94c95ba098822da54d3ae39c0 (diff) | |
parent | 1f3f2dfd8f05f788ef1eb4f9f412b7e9d526eac7 (diff) | |
download | riscv-arch-test-old-framework-2.x.zip riscv-arch-test-old-framework-2.x.tar.gz riscv-arch-test-old-framework-2.x.tar.bz2 |
Merge pull request #184 from dansmathers/patch-1old-framework-2.x
updating http reference for condstr
-rw-r--r-- | spec/TestFormatSpec.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/TestFormatSpec.adoc b/spec/TestFormatSpec.adoc index 292d14d..b6847e7 100644 --- a/spec/TestFormatSpec.adoc +++ b/spec/TestFormatSpec.adoc @@ -291,7 +291,7 @@ significant amount of the framework shall depend on the existence of these macro - condStr is evaluated to determine if the test-case is enabled and sets name variable + - condStr can also define compile time macros required for the test-case to be enabled. + - the test-case must be delimited with an #ifdef CaseName/#endif pair + - - the format of CondStr can be found in https://riscof.readthedocs.io/en/latest/cond_spec.html#cond-spec + - the format of CondStr can be found in https://riscof.readthedocs.io/en/latest/testformat.html#rvtest-case-condition-formating ==== *Required, Model-defined Macros* |