Ver Fonte

+ test/cg/cdecl directory added

pierre há 23 anos atrás
pai
commit
6cf58cfb8e
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      tests/Makefile
  2. 1 1
      tests/Makefile.fpc

+ 1 - 1
tests/Makefile

@@ -1046,7 +1046,7 @@ makefiles: fpc_makefiles
 ifneq ($(wildcard fpcmake.loc),)
 include fpcmake.loc
 endif
-TESTSUBDIRS=cg units/system units/dos units/crt units/objects
+TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects
 TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))
 ifeq ($(OS_TARGET),linux)
 INUNIX=1

+ 1 - 1
tests/Makefile.fpc

@@ -12,7 +12,7 @@ rule=allexectests
 
 [rules]
 # Subdirs available in the test subdir
-TESTSUBDIRS=cg units/system units/dos units/crt units/objects
+TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects
 
 # All full dirnames in the test/ dir including the subdir self
 TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))