diff options
Diffstat (limited to 'config/commence.am')
-rw-r--r-- | config/commence.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/commence.am b/config/commence.am index 667dbb2..7085d8f 100644 --- a/config/commence.am +++ b/config/commence.am @@ -24,12 +24,12 @@ CP=cp # Some machines need a command to run executables; this is that command # so that our tests will run. -# We use RUNTESTS instead of RUNSERIAL directly because it may be that +# We use RUNEXEC instead of RUNSERIAL directly because it may be that # some tests need to be run with a different command. Older versions # of the makefiles used the command # $(LIBTOOL) --mode=execute # in some directories, for instance. -RUNTESTS=$(RUNSERIAL) +RUNEXEC=$(RUNSERIAL) # Libraries to link to while building LIBHDF5=$(top_builddir)/src/libhdf5.la |