Commit dcfc25e9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Add support for .drv extension (for winspool.drv tests for instance).

parent eac6727c
......@@ -174,9 +174,9 @@ MAKEFILE_IN: foreach my $makefile_in_file (@makefile_in_files) {
my $dir = $makefile_in_file;
$dir =~ s/\/Makefile\.in$//;
my $dsp_file = $testdll;
$dsp_file =~ s/\.dll$/_test.dsp/;
$dsp_file =~ s/\.(dll|drv)$/_test.dsp/;
$dsp_file = "$dir/$dsp_file";
$wine_test_dsp_files{$dsp_file}{files} = [@files, "testlist.c"];
......
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