vxodbc: SQLDescribeCol now works with integer-type columns.
[versaplex.git] / wvdotnet / t / Makefile
blobb02d6d5f7a3087b59b36abe6461ca1d5920b8845
1 WVDOTNET=..
2 include ../monorules.mk
4 all: tests
6 PKGS += /r:System.Data /r:System.Web
7 CPPFLAGS += -I..
9 wvtest.t.exe: wv.t.cs.E wvtest.t.cs.E ../wv.dll
11 wv.t.exe: wv.t.cs.E wvutils.t.cs.E wvlog.t.cs.E wvdata.t.cs.E \
12 wvstream.t.cs.E wvmoniker.t.cs.E wvurl.t.cs.E \
13 ../wv.dll
15 wvhttpserver.t.exe: wv.t.cs.E wvhttpserver.t.cs.E ../wv.dll
17 tests: wvtest.t.exe wv.t.exe wvhttpserver.t.exe
19 test: wvtest.t.pass wv.t.pass wvhttpserver.t.pass
21 clean::
22 rm -f *.pass