mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5 lines
113 B
Makefile
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"
|