+$(OBJROOT)/commpage_tests.o : commpage_tests.c tests.h
+ $(CC) $(CFLAGS) -c commpage_tests.c -o $@
+
+$(OBJROOT)/atomic_fifo_queue_test.o : atomic_fifo_queue_test.c tests.h
+ $(CC) $(CFLAGS) -c atomic_fifo_queue_test.c -o $@
+
+$(OBJROOT)/content_protection_test.o : content_protection_test.c tests.h
+ $(CC) $(CFLAGS) -c content_protection_test.c -o $@
+
+$(OBJROOT)/pipes_tests.o : pipes_tests.c tests.h
+ $(CC) $(CFLAGS) -c pipes_tests.c -o $@
+