| commit | f5aad76936778219968255ca93f901b1d995811c | [log] [tgz] |
|---|---|---|
| author | Andriy Palamarchuk <apa3a@yahoo.com> | Thu Jun 20 23:09:33 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Jun 20 23:09:33 2002 +0000 |
| tree | 4c0d3c5bd50f9f5ebe39fbc5ee77ff74489c9590 | |
| parent | 5b6a9ff537aa8380fff008e8b5a3786064d1e31d [diff] [blame] |
Added regedit unit test, a couple minor changes to regedit.
diff --git a/configure.ac b/configure.ac index 7bf712e..5a89e55 100644 --- a/configure.ac +++ b/configure.ac
@@ -1213,6 +1213,7 @@ WINE_CONFIG_EXTRA_DIR(msdos) WINE_CONFIG_EXTRA_DIR(objects) WINE_CONFIG_EXTRA_DIR(programs/regapi/tests) +WINE_CONFIG_EXTRA_DIR(programs/regedit/tests) WINE_CONFIG_EXTRA_DIR(programs/winetest/tests) WINE_CONFIG_EXTRA_DIR(relay32) WINE_CONFIG_EXTRA_DIR(scheduler)