changeset 7289:d1aa5ffac560

Remove CompileCommand that excluses run* for unittests
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 20 Dec 2012 18:03:14 +0100
parents 0320e6278f84
children a81db08fe930
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Thu Dec 20 17:09:53 2012 +0100
+++ b/mx/commands.py	Thu Dec 20 18:03:14 2012 +0100
@@ -793,7 +793,7 @@
 
         _vmbuild = 'product'
         t = Task('UnitTests:product')
-        unittest(['@-XX:CompileCommand=exclude,*::run*'])
+        unittest([])
         tasks.append(t.stop())
 
         for vmbuild in ['fastdebug', 'product']: