| commit | d7c606d62485ecf115a950fcca32f566cf221655 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Tue Apr 02 02:58:45 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Apr 02 02:58:45 2002 +0000 |
| tree | d73626f04d3e4c7389e831a09eed1f0335d411f2 | |
| parent | 5068347b19a98fbba8103d4bd74bd0ecd6b2cdb5 [diff] [blame] |
Various makefile fixes for the test environment.
diff --git a/Make.rules.in b/Make.rules.in index 5fb5d79..33365bc 100644 --- a/Make.rules.in +++ b/Make.rules.in
@@ -259,6 +259,9 @@ check test:: $(TESTRESULTS) +$(SUBDIRS:%=%/__test__): dummy + @cd `dirname $@` && $(MAKE) test + $(PLTESTS:.c=.ok): $(WINETEST) $(CTESTS:.c=.ok): $(TESTPROGRAM).so