comparison: build/pymake/tests/sort.mk
build/pymake/tests/sort.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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" |