summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/sort.mk
blob: e1313ad5cacb4b8ff5d73bfeae0b487f26023e55 (plain)
1
2
3
4
# sort should remove duplicates
all:
	@test "$(sort x a y b z c a z b x c y)" = "a b c x y z"
	@echo "TEST-PASS"