Skip to content
Snippets Groups Projects
Commit dcfc25e9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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

parent eac6727c
No related branches found
No related tags found
No related merge requests found
......@@ -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"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment