Fix test execution when USE_OPENMP=0
authorThomas Anderson <tanderson@caltech.edu>
Sat, 13 Jun 2015 06:52:07 +0000 (23:52 -0700)
committerThomas Anderson <tanderson@caltech.edu>
Sat, 13 Jun 2015 06:52:07 +0000 (23:52 -0700)
commit4f5691e5c00e906d66b0eeb3d90c87f618d41c6d
tree12c0929dd0e3ca9ef6e02e32ac0b5fd0c0f3d91d
parent29293160a407b36d226532d83288da06e769bd5e
Fix test execution when USE_OPENMP=0

The standard way to disable OpenMP support is to set USE_OPENMP=0,
as indicated by other checks to see if USE_OPENMP equals 1. The
problem is obviously then that `ifdef USE_OPENMP` is very much not
what we want to test for. This causes tests to fail when no OpenMP
library is installed.
Makefile.system