commit | d8a5bc929d01ab6fafeba3ff80e6bceb061e8b66 | [log] [tgz] |
---|---|---|
author | Detlef Riekenberg <wine.dev@web.de> | Tue Oct 26 11:37:17 2010 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 26 18:19:38 2010 +0200 |
tree | 5fa338e215295fbcd6032d44c9d4526449179582 | |
parent | ac194c387316a0fcf46fee7896d276cae3a2d677 [diff] [blame] |
wer/tests: Add initial tests.
diff --git a/configure.ac b/configure.ac index 8bae871..7b6818b 100644 --- a/configure.ac +++ b/configure.ac
@@ -2734,7 +2734,8 @@ WINE_CONFIG_DLL(w32skrnl,enable_win16) WINE_CONFIG_DLL(w32sys.dll16,enable_win16) WINE_CONFIG_DLL(wbemprox) -WINE_CONFIG_DLL(wer) +WINE_CONFIG_DLL(wer,,[wer]) +WINE_CONFIG_TEST(dlls/wer/tests) WINE_CONFIG_DLL(wiaservc) WINE_CONFIG_DLL(win32s16.dll16,enable_win16) WINE_CONFIG_DLL(win87em.dll16,enable_win16)