fix/native-test-precompile-runtime
dev
el_runtime.c was being compiled from source for each of the 8 native test modules. A single precompile step produces el_runtime.o which all 8 link steps reuse — eliminates 7 redundant gcc runtime compilations.