Commit 2a0904f6 authored by Alexandre Julliard's avatar Alexandre Julliard

Split routines that don't rely on C functions into winetest.pm so that

they can be used from a normal Perl script.
parent 4c5d562c
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
use strict; use strict;
use diagnostics; use diagnostics;
use wine; use winetest;
$main::orig_reg = './tests/orig.reg'; $main::orig_reg = './tests/orig.reg';
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
# #
use wine; use wine;
use winetest;
use kernel32; use kernel32;
......
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