comparison: build/pymake/tests/sort.mk
build/pymake/tests/sort.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 # sort should remove duplicates |
|
2 all: |
|
3 @test "$(sort x a y b z c a z b x c y)" = "a b c x y z" |
|
4 @echo "TEST-PASS" |