Skip to content

Commit fa726a6

Browse files
authored
Revert main
1 parent 35ad7e1 commit fa726a6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

vulcan.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ docker-image:
99
extra-build-env-setting-commands:
1010

1111
test-candidates: |
12-
# example.c
13-
src/ProductionCode.c
14-
src/ProductionCode2.c
12+
example.c
1513
time-out: 3600
1614
max-patch-number : 500
1715

@@ -32,12 +30,12 @@ test-list: | # 테스트 리스트 커맨드 / 테스트를 하나씩 실행하
3230
./test 3
3331
./test 4
3432
./test 5
35-
# ./test 6
33+
./test 6
3634
test-case:
3735

3836
test-command: | # 테스트 실행
3937
bash -c "@testcase@"
4038
test-coverage-command: | # 커버리지 테스트 실행 / 테스트 대상을 입력받아서 하나씩 실행할 수 있어야 함
4139
bash -c "@testcase@"
4240
gcov-exclusion-list: | # 커버리지 제외 대상
43-
test.
41+
test.o

0 commit comments

Comments
 (0)