Browse Source

* allexectests is the default

peter 24 years ago
parent
commit
43915c78fb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/Makefile
  2. 1 1
      tests/Makefile.fpc

+ 1 - 1
tests/Makefile

@@ -1,7 +1,7 @@
 #
 # Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/02]
 #
-default: alltests
+default: allexectests
 override PATH:=$(subst \,/,$(PATH))
 PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(subst ;, ,$(PATH)))))
 ifeq ($(PWD),)

+ 1 - 1
tests/Makefile.fpc

@@ -4,7 +4,7 @@
 
 [default]
 fpcdir=..
-rule=alltests
+rule=allexectests
 
 
 [rules]