Mypal/build/pymake/tests/sort.mk
2019-03-11 13:26:37 +03:00

5 lines
113 B
Makefile

# 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"