Browse Source

grunt: add SUnit-Test.st to the amber_tests target

Manfred Kroehnert 11 years ago
parent
commit
3ca3ed6dd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      grunt.js

+ 1 - 1
grunt.js

@@ -75,7 +75,7 @@ module.exports = function(grunt) {
       amber_tests: {
         working_dir: 'st',
         target_dir : 'js',
-        src: ['Kernel-Tests.st', 'Compiler-Tests.st'],
+        src: ['Kernel-Tests.st', 'Compiler-Tests.st', 'SUnit-Tests.st'],
         libraries: ['SUnit']
       },
       amber_dev: {