See 8fae1e6#commitcomment-23583689
Currently tools/test.py only compares against env, which is defined as
env = {
'mode': mode,
'system': utils.GuessOS(),
'arch': vmArch,
}
Where mode is release/debug, system is OS, and arch is ARCH.
We'd need to also have an option for FIPS, I guess that should be in env. Maybe a type? Type could be default, fips, or sharedlib (if we end up building a shared library as well we might want a sharedlib type).
cc/ @Trott @bajtos
See 8fae1e6#commitcomment-23583689
Currently
tools/test.pyonly compares againstenv, which is defined asWhere mode is release/debug, system is OS, and arch is ARCH.
We'd need to also have an option for FIPS, I guess that should be in
env. Maybe atype? Type could bedefault,fips, orsharedlib(if we end up building a shared library as well we might want asharedlibtype).cc/ @Trott @bajtos