浏览代码

+ test/cg/cdecl directory added

pierre 23 年之前
父节点
当前提交
6cf58cfb8e
共有 2 个文件被更改,包括 2 次插入2 次删除
  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))