This flag controls whether some tests are included when configuring.
It was missed when transitioning from configure to CMake, this adds it
back.
Affects archie-client and plot2fig in MultiSource/Benchmarks/Prolangs-C
Thanks.
Differential D16003
[test-suite] Fix for running tests after cmake transition mcrosier on Jan 8 2016, 11:34 AM. Authored by
Details
This flag controls whether some tests are included when configuring. Affects archie-client and plot2fig in MultiSource/Benchmarks/Prolangs-C Thanks.
Diff Detail Event TimelineComment Actions LGTM. Though it might be a nice thing to move the check into MultiSource/Benchmarks/Prolangs-C/plot2fig/CMakeLists.txt and MultiSource/Benchmarks/Prolangs-C/archie-client/CMakeLists.txt if they are the only two affected, that way it becomes more obvious who/what needs that check. I think cmake also performs the check once and caches the result even if it appears in two different files. |