blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
404 stars 83 forks source link

repeating "make check-testsuite" repeats compilation #129

Open slayoo opened 5 years ago

slayoo commented 5 years ago

I've noticed that repeating "make check-testsuite" repeats compilation, while one would expect only the test execution to repeat (as there was no code change)? Is it intentional?

Does this hold true after a second, third and fourth time? I've seen that on complex projects, cmake can take one or two iterations until the cache does not change anymore.

yes, reproduced a few times with various intervals (but just on one machine)

Originally posted by @slayoo in https://github.com/blitzpp/blitz/pull/97#issuecomment-490138077