note why we don't just run make check here

This commit is contained in:
Nalin Dahyabhai 2009-04-20 21:15:12 +00:00
parent 41d635cc23
commit f0389e0488

View File

@ -1532,7 +1532,7 @@ CPPFLAGS="`echo $DEFINES $INCLUDES`"
# Now build it.
make
# Run the test suite.
# Run the test suite. We can't actually do this in the build system.
: make check TMPDIR=%{_tmppath}
%install