make/conf/jib-profiles.js
branchJEP-230-microbenchmarks-branch
changeset 56928 8957fe0c94f3
parent 56921 69544f53b8bf
parent 52022 804792ce736f
child 56978 8fbb2fb7589f
--- a/make/conf/jib-profiles.js	Fri Oct 05 14:22:24 2018 +0200
+++ b/make/conf/jib-profiles.js	Fri Oct 05 14:22:53 2018 +0200
@@ -522,7 +522,7 @@
         .forEach(function (name) {
             var maketestName = name + "-testmake";
             profiles[maketestName] = concatObjects(profiles[name], testmakeBase);
-            profiles[maketestName].default_make_targets = [ "test-make" ];
+            profiles[maketestName].default_make_targets = [ "test-make", "test-compile-commands" ];
         });
 
     // Profiles for building the zero jvm variant. These are used for verification.