Closed ehildenb closed 4 years ago
This uses the "easiest" rule merging strategy on the search results, and many refactors that are needed to make that possible.
git submodule update --init --recursive ; make deps K_BUILD_TYPE=Release ; make build -j8 ; make build -j8 SUBDEFN=coverage KOMPILE_OPTIONS=--coverage ; make test-search
This uses the "easiest" rule merging strategy on the search results, and many refactors that are needed to make that possible.