michael@0: # sort should remove duplicates michael@0: all: michael@0: @test "$(sort x a y b z c a z b x c y)" = "a b c x y z" michael@0: @echo "TEST-PASS"