summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-12-06 21:45:57 +0100
committerjvoisin2023-12-07 17:29:06 +0100
commitb5d5cebc2b4218ca2c04c52546849df7625a53a0 (patch)
tree096dfaebcf9306a9e955fd44e4aa18d2865f3733 /tests/Makefile
parent9064a508d5f1ed3514d3e5b4734576e80f7048ae (diff)
Add qsort
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f91bff0..352e6f8 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -71,6 +71,8 @@ RUNTIME_TARGETS= \
71 test_printf \ 71 test_printf \
72 test_pwrite_dynamic \ 72 test_pwrite_dynamic \
73 test_pwrite_static \ 73 test_pwrite_static \
74 test_qsort_dynamic \
75 test_qsort_static \
74 test_read_dynamic \ 76 test_read_dynamic \
75 test_read_static \ 77 test_read_static \
76 test_readlink_dynamic \ 78 test_readlink_dynamic \