diff options
Diffstat (limited to 'core/test/Makefile.check')
-rw-r--r-- | core/test/Makefile.check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/test/Makefile.check b/core/test/Makefile.check index c6cf8357..452dfc13 100644 --- a/core/test/Makefile.check +++ b/core/test/Makefile.check @@ -4,11 +4,11 @@ CORE_TEST := core/test/run-device \ core/test/run-malloc \ core/test/run-malloc-speed \ core/test/run-mem_region_init \ + core/test/run-mem_region_next \ core/test/run-mem_region_release_unused \ core/test/run-mem_region_release_unused_noalloc \ core/test/run-mem_region_reservations \ - core/test/run-trace \ - core/test/run-msg \ + core/test/run-trace core/test/run-msg \ core/test/run-pel \ core/test/run-pool \ core/test/run-timer |