tenfourfox/build/pymake/tests/sort.mk

5 lines
113 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
# 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"