mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:29:38 +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
|
ifdef INTERACTIVE
|
||||||
override DOTESTOPT+=-i
|
override DOTESTOPT+=-i
|
||||||
endif
|
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
|
%.log : %.pp
|
||||||
$(DOTEST) $(DOTESTOPT) $<
|
$(DOTEST) $(DOTESTOPT) $<
|
||||||
%.elg : %.pp
|
%.elg : %.pp
|
||||||
@ -1090,7 +1090,7 @@ DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/objects
|
|||||||
.PHONY: allpreps
|
.PHONY: allpreps
|
||||||
allpreps: allpreps-stamp.$(OS_TARGET)
|
allpreps: allpreps-stamp.$(OS_TARGET)
|
||||||
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
|
$(COPY) test/cg/obj/$(OS_TARGET)/$(CPU_TARGET)/ctest.o test/cg
|
||||||
$(ECHO) $(DATE) > allpreps-stamp.$(OS_TARGET)
|
$(ECHO) $(DATE) > allpreps-stamp.$(OS_TARGET)
|
||||||
.PHONY: alltbs alltbf allwebtbs allwebtbf alltest alltests
|
.PHONY: alltbs alltbf allwebtbs allwebtbf alltest alltests
|
||||||
|
@ -77,7 +77,7 @@ endif
|
|||||||
# Test run targets
|
# 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
|
%.log : %.pp
|
||||||
$(DOTEST) $(DOTESTOPT) $<
|
$(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: allpreps-stamp.$(OS_TARGET)
|
||||||
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
|
$(COPY) test/cg/obj/$(OS_TARGET)/$(CPU_TARGET)/ctest.o test/cg
|
||||||
$(ECHO) $(DATE) > allpreps-stamp.$(OS_TARGET)
|
$(ECHO) $(DATE) > allpreps-stamp.$(OS_TARGET)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user