Index: uspace/lib/softint/Makefile
===================================================================
--- uspace/lib/softint/Makefile	(revision 7b884e55f09afb9c7f129313061ffae725d7e03b)
+++ uspace/lib/softint/Makefile	(revision c6a17685590f909689510889f37768281dff86e6)
@@ -39,3 +39,7 @@
 	generic/shift.c
 
+TEST_SOURCES = \
+	test/main.c \
+	test/multiplication.c
+
 include $(USPACE_PREFIX)/Makefile.common
