Even if we tweak the "test-tcl" target to directly have a "comb" of dependencies on all test results (see attached patch to Makefile, GNU make dependent), an attempt to run it in parallel (make -j16) miserably fails. Top reason is re-use of the same temporary file names all over the suite ("foo", "script", etc).
Though the needed cleanup might sound tedious, preliminary timings show it would be lightning fast (ca 30s instead of 5mn for test-tcl here).
GNU Makefile tweak for parallel test-tcl