Browse Source

grunt: reorder unittests to come last in amber_dev target

Manfred Kroehnert 11 years ago
parent
commit
837d79e1a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      grunt.js

+ 2 - 2
grunt.js

@@ -83,8 +83,8 @@ module.exports = function(grunt) {
         src: [
               'Compiler-Exceptions.js', 'Compiler-Core.js', 'Compiler-AST.js',
               'Compiler-IR.js', 'Compiler-Inlining.js', 'Compiler-Semantic.js',
-              'Kernel-Tests.js', 'Compiler-Tests.js',
-              'Canvas.js', 'IDE.js', 'SUnit.js'],
+              'Canvas.js', 'IDE.js', 'SUnit.js',
+              'Kernel-Tests.js', 'Compiler-Tests.js', 'SUnit-Tests.js'],
         output_name: 'amber_dev'
       },
       server: {