Index: uspace/lib/c/Makefile
===================================================================
--- uspace/lib/c/Makefile	(revision fc9167f5915ffee3e85ce5ce505772f04471f4b3)
+++ uspace/lib/c/Makefile	(revision ca0e838006b1e44ee4570c6851ffbd7a5a132165)
@@ -191,19 +191,26 @@
 	test/adt/circ_buf.c \
 	test/adt/odict.c \
+	test/cap.c \
 	test/casting.c \
+	test/double_to_str.c \
 	test/fibril/timer.c \
+	test/getopt.c \
+	test/gsort.c \
+	test/ieee_double.c \
+	test/imath.c \
+	test/inttypes.c \
+	test/io/table.c \
 	test/main.c \
 	test/mem.c \
-	test/inttypes.c \
-	test/io/table.c \
-	test/stdio/scanf.c \
 	test/perf.c \
 	test/perm.c \
 	test/qsort.c \
 	test/sprintf.c \
+	test/stdio/scanf.c \
 	test/stdio.c \
 	test/stdlib.c \
 	test/str.c \
-	test/string.c
+	test/string.c \
+	test/uuid.c
 
 include $(USPACE_PREFIX)/Makefile.common
