Splitup regex tests to please auto-tester

This commit is contained in:
Sebastian Wilzbach 2018-01-24 16:41:14 +01:00
parent 52042cf2f4
commit a60fd0c1a5
5 changed files with 695 additions and 682 deletions

View file

@ -216,6 +216,7 @@ SRC_STD_REGEX= \
std\regex\package.d \
std\regex\internal\parser.d \
std\regex\internal\tests.d \
std\regex\internal\tests2.d \
std\regex\internal\backtracking.d \
std\regex\internal\thompson.d \
std\regex\internal\kickstart.d \
@ -516,6 +517,7 @@ cov : $(SRC_TO_COMPILE) $(LIB)
$(DMD) -conf= -cov=90 $(UDFLAGS) -main -run std\conv.d
$(DMD) -conf= -cov=0 $(UDFLAGS) -main -run std\zip.d
$(DMD) -conf= -cov=77 $(UDFLAGS) -main -run std\regex\tests.d
$(DMD) -conf= -cov=77 $(UDFLAGS) -main -run std\regex\tests2.d
$(DMD) -conf= -cov=92 $(UDFLAGS) -main -run std\json.d
$(DMD) -conf= -cov=87 $(UDFLAGS) -main -run std\parallelism.d
$(DMD) -conf= -cov=50 $(UDFLAGS) -main -run std\mathspecial.d