Parcourir la source

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

Manfred Kroehnert il y a 12 ans
Parent
commit
3ca3ed6dd8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: {