diff --git a/Makefile.in b/Makefile.in index 24537ea..3d839b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1272,7 +1272,7 @@ quicktest: ./testfixture$(TEXE) # This is the common case. Run many tests that do not take too long, # including fuzzcheck, sqlite3_analyzer, and sqldiff tests. # -test: fuzztest sourcetest $(TESTPROGS) tcltest +test: sourcetest $(TESTPROGS) tcltest # Run a test using valgrind. This can take a really long time # because valgrind is so much slower than a native machine.