summaryrefslogtreecommitdiff
path: root/tests/makefile.msc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-10-06 21:43:25 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-10-06 21:43:25 +0000
commit18e7dc021591bcaedb922a553d5bc0e0b966b6d9 (patch)
tree0eddce54a00b984610e7664da0c5d8abe33ca632 /tests/makefile.msc.in
parent8e847255e8c396a5bacbbf2897ad78e36ee47900 (diff)
downloadglib-18e7dc021591bcaedb922a553d5bc0e0b966b6d9.tar.gz
Fix the Win32-only code to use current API,
2000-10-06 Tor Lillqvist <tml@iki.fi> * tests/gio-test.c (main): Fix the Win32-only code to use current API, g_io_channel_win32_make_pollfd() and g_io_channel_win32_poll().
Diffstat (limited to 'tests/makefile.msc.in')
-rw-r--r--tests/makefile.msc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/makefile.msc.in b/tests/makefile.msc.in
index eecee8dac..445df1b89 100644
--- a/tests/makefile.msc.in
+++ b/tests/makefile.msc.in
@@ -19,6 +19,7 @@ TESTS = \
array-test.exe \
date-test.exe \
dirname-test.exe\
+ gio-test.exe \
hash-test.exe \
list-test.exe \
node-test.exe \
@@ -26,6 +27,7 @@ TESTS = \
rand-test.exe \
relation-test.exe\
slist-test.exe \
+# strfunc-test doesn't compile with MSVC
# strfunc-test.exe\
string-test.exe \
thread-test.exe \