Makefile.in (mono-6.12.0.107.tar.xz) | : | Makefile.in (mono-6.12.0.122.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 6022 | skipping to change at line 6022 | |||
$(eval $(call BenchmarkDotNetTemplate,RevComp,$(FIXTURE_DIR)/revcomp-input.txt)) | $(eval $(call BenchmarkDotNetTemplate,RevComp,$(FIXTURE_DIR)/revcomp-input.txt)) | |||
#$(eval $(call BenchmarkDotNetTemplate,GistBenchmark,$(MONO_BENCH_GIST_URL))) br oken in BDN, bug filed | #$(eval $(call BenchmarkDotNetTemplate,GistBenchmark,$(MONO_BENCH_GIST_URL))) br oken in BDN, bug filed | |||
check-profiler-stress: | check-profiler-stress: | |||
@$(MAKE) validate-benchmarker RESET_VERSIONS=1 | @$(MAKE) validate-benchmarker RESET_VERSIONS=1 | |||
cd profiler-stress && $(MCS) -debug -define:ARCH_$(arch_target) -target:e xe $(addprefix -r:, $(SYS_REFS)) -out:runner.exe @runner.exe.sources | cd profiler-stress && $(MCS) -debug -define:ARCH_$(arch_target) -target:e xe $(addprefix -r:, $(SYS_REFS)) -out:runner.exe @runner.exe.sources | |||
cd profiler-stress && $(RUNTIME) runner.exe | cd profiler-stress && $(RUNTIME) runner.exe | |||
check-roslyn: | check-roslyn: | |||
@echo "Runnning roslyn tests using mono from PATH:" | ||||
mono --version | # Disabled because it doesn't build anymore due to removed myget feeds | |||
@$(MAKE) validate-roslyn RESET_VERSIONS=1 | # @echo "Runnning roslyn tests using mono from PATH:" | |||
cd $(ROSLYN_PATH); \ | # mono --version | |||
./build.sh --restore --build --test --mono || exit; \ | # @$(MAKE) validate-roslyn RESET_VERSIONS=1 | |||
echo "done" | # cd $(ROSLYN_PATH); \ | |||
# ./build.sh --restore --build --test --mono || exit; \ | ||||
# echo "done" | ||||
clean-local-coreclr: | clean-local-coreclr: | |||
-rm -f $(CORECLR_TESTSI_CS) | -rm -f $(CORECLR_TESTSI_CS) | |||
-rm -f $(CORECLR_COREMANGLIB_TESTSI_CS) | -rm -f $(CORECLR_COREMANGLIB_TESTSI_CS) | |||
-rm -f $(CORECLR_TESTSI_IL) | -rm -f $(CORECLR_TESTSI_IL) | |||
coreclr-validate: | coreclr-validate: | |||
$(MAKE) validate-coreclr RESET_VERSIONS=1 | $(MAKE) validate-coreclr RESET_VERSIONS=1 | |||
coreclr-compile-tests: coreclr-validate | coreclr-compile-tests: coreclr-validate | |||
$(MAKE) -j4 $(CORECLR_TESTSI_CS) | $(MAKE) -j4 $(CORECLR_TESTSI_CS) | |||
End of changes. 1 change blocks. | ||||
6 lines changed or deleted | 8 lines changed or added |