We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ad7e1 commit fa726a6Copy full SHA for fa726a6
1 file changed
vulcan.yml
@@ -9,9 +9,7 @@ docker-image:
9
extra-build-env-setting-commands:
10
11
test-candidates: |
12
- # example.c
13
- src/ProductionCode.c
14
- src/ProductionCode2.c
+ example.c
15
time-out: 3600
16
max-patch-number : 500
17
@@ -32,12 +30,12 @@ test-list: | # 테스트 리스트 커맨드 / 테스트를 하나씩 실행하
32
30
./test 3
33
31
./test 4
34
./test 5
35
-# ./test 6
+ ./test 6
36
test-case:
37
38
test-command: | # 테스트 실행
39
bash -c "@testcase@"
40
test-coverage-command: | # 커버리지 테스트 실행 / 테스트 대상을 입력받아서 하나씩 실행할 수 있어야 함
41
42
gcov-exclusion-list: | # 커버리지 제외 대상
43
- test.
+ test.o
0 commit comments