mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
+ added units/dos testing
* fix problem in my previous commit
This commit is contained in:
parent
b4f173c3c6
commit
06b4ea0d41
@ -1082,7 +1082,7 @@ endif
|
||||
ifdef INTERACTIVE
|
||||
override DOTESTOPT+=-i
|
||||
endif
|
||||
DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/objects
|
||||
DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/dos test/units/objects
|
||||
%.log : %.pp
|
||||
$(DOTEST) $(DOTESTOPT) $<
|
||||
%.elg : %.pp
|
||||
@ -1090,7 +1090,7 @@ DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/objects
|
||||
.PHONY: allpreps
|
||||
allpreps: allpreps-stamp.$(OS_TARGET)
|
||||
allpreps-stamp.$(OS_TARGET):
|
||||
$(PP) test/ptest.pp
|
||||
$(FPC) test/cg/ptest.pp
|
||||
$(COPY) test/cg/obj/$(OS_TARGET)/$(CPU_TARGET)/ctest.o test/cg
|
||||
$(ECHO) $(DATE) > allpreps-stamp.$(OS_TARGET)
|
||||
.PHONY: alltbs alltbf allwebtbs allwebtbf alltest alltests
|
||||
|
@ -77,7 +77,7 @@ endif
|
||||
# Test run targets
|
||||
#
|
||||
|
||||
DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/objects
|
||||
DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/dos test/units/objects
|
||||
|
||||
%.log : %.pp
|
||||
$(DOTEST) $(DOTESTOPT) $<
|
||||
@ -95,7 +95,7 @@ DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/objects
|
||||
|
||||
allpreps: allpreps-stamp.$(OS_TARGET)
|
||||
allpreps-stamp.$(OS_TARGET):
|
||||
$(PP) test/ptest.pp
|
||||
$(FPC) test/cg/ptest.pp
|
||||
$(COPY) test/cg/obj/$(OS_TARGET)/$(CPU_TARGET)/ctest.o test/cg
|
||||
$(ECHO) $(DATE) > allpreps-stamp.$(OS_TARGET)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user