moved mm subsystem tests to apps/memory.c

This commit is contained in:
Steffen Vogel 2013-11-26 17:20:25 +01:00
parent 3f63d80b9c
commit 949500fe6c
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
C_source := tests.c echo.c netio.c jacobi.c laplace.c gfx_client.c gfx_generic.c paging.c
C_source := tests.c echo.c netio.c jacobi.c laplace.c gfx_client.c gfx_generic.c memory.c
MODULE := apps
include $(TOPDIR)/Makefile.inc