Commit 88154cf1 authored by Alexandre Julliard's avatar Alexandre Julliard

make_makefiles: Add a target to build only the test directories.

parent c6adf318
......@@ -461,7 +461,9 @@ $(TESTSUBDIRS:%=%/__crosstest__): $(CROSS_IMPLIBS)
implib: $(IMPORT_LIBS)
.PHONY: implib
testsubdirs: $(TESTSUBDIRS)
.PHONY: implib testsubdirs
activeds/libactiveds.def activeds/libactiveds.a: activeds/activeds.spec $(WINEBUILD)
@cd activeds && $(MAKE) `basename $@`
......
......@@ -413,7 +413,8 @@ sub update_dlls(@)
$text .= "\n\n";
$text .= "\$(TESTSUBDIRS:%=%/__crosstest__): \$(CROSS_IMPLIBS)\n\n";
$text .= "implib: \$(IMPORT_LIBS)\n\n";
$text .= ".PHONY: implib\n\n";
$text .= "testsubdirs: \$(TESTSUBDIRS)\n\n";
$text .= ".PHONY: implib testsubdirs\n\n";
foreach my $mod (sort keys %importlibs)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment