소스 검색

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

Manfred Kroehnert 12 년 전
부모
커밋
3ca3ed6dd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: {