Add tests to odbccp32

Bill Medland billmedland at shaw.ca
Mon Jan 8 11:58:53 CST 2007


Bill Medland (billmedland at shaw.ca)
Add tests structure to odbccp32

--- /dev/null	2007-01-07 22:33:29.296479696 -0800
+++ wine/dlls/odbccp32/tests/Makefile.in	2007-01-05 11:36:05.000000000 -0800
@@ -0,0 +1,14 @@
+TOPSRCDIR = @top_srcdir@
+TOPOBJDIR = ../../..
+SRCDIR    = @srcdir@
+VPATH     = @srcdir@
+TESTDLL   = odbccp32.dll
+IMPORTS   = odbccp32 user32 kernel32
+EXTRALIBS = 
+
+CTESTS = \
+	error.c 
+
+ at MAKE_TEST_RULES@
+
+ at DEPENDENCIES@  # everything below this line is overwritten by make depend
--- /dev/null	2007-01-07 22:33:29.296479696 -0800
+++ wine/dlls/odbccp32/tests/error.c	2007-01-08 09:29:44.000000000 -0800
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2007 Bill Medland
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#include <wine/test.h>
+#include <stdarg.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "odbcinst.h"
+
+START_TEST(error)
+{
+}





More information about the wine-patches mailing list