diff --git a/cavis-native/cavis-native-lib/build.gradle b/cavis-native/cavis-native-lib/build.gradle index 759d86205..888a389cb 100644 --- a/cavis-native/cavis-native-lib/build.gradle +++ b/cavis-native/cavis-native-lib/build.gradle @@ -272,7 +272,7 @@ chipList.each { String thisChip -> '-j', "${host_cores}", '--helper', 'mkldnn'] } - if(project.hasProperty("nativeTests") it.buildCommand += "--tests+") + if(project.hasProperty("nativeTests")) it.buildCommand += "--tests" } //Run the parser on the InfoMap in Nd4j$ChipPresets and listed header files in @Platform