# This file is a part of Julia. License is MIT: https://julialang.org/license

# The trimming tests have been retired and replaced by `test/trim` (driven by
# JuliaC instead of the deprecated `juliac-buildscript.jl`). This stub remains
# only so the deprecated Buildkite `trimming` job -- which is launched whenever
# `test/trimming` exists and runs `make -C test/trimming check` -- keeps passing
# until that job is removed.

.PHONY: release check clean
release check clean:
	@echo "test/trimming has been retired; trimming is now covered by test/trim"
