summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/sort.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pymake/tests/sort.mk')
-rw-r--r--build/pymake/tests/sort.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/pymake/tests/sort.mk b/build/pymake/tests/sort.mk
new file mode 100644
index 000000000..e1313ad5c
--- /dev/null
+++ b/build/pymake/tests/sort.mk
@@ -0,0 +1,4 @@
+# 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"