commit | e39e8a172b862f6feb6540570843811a595bc182 | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dpaun@rogers.com> | Mon Nov 11 20:25:54 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 11 20:25:54 2002 +0000 |
tree | 911e3146b9cbc167956a668565b2d054b72770dc | |
parent | 69f74dbf0e00a3323fb938ae75221f2aa78119c4 [diff] [blame] |
Rewrite make_ctests and runtest in shell.
diff --git a/dlls/Maketest.rules.in b/dlls/Maketest.rules.in index 4c7a77f..08ab0cc 100644 --- a/dlls/Maketest.rules.in +++ b/dlls/Maketest.rules.in
@@ -45,7 +45,7 @@ # Rules for building test list $(TESTLIST): Makefile.in - $(TOPSRCDIR)/programs/winetest/make_ctests $(CTESTS) >$(TESTLIST) || $(RM) $(TESTLIST) + $(TOPSRCDIR)/tools/make_ctests $(CTESTS) >$(TESTLIST) || $(RM) $(TESTLIST) # Rules for checking that no imports are missing