summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-05-01 21:13:02 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-05-01 21:13:02 +0000
commitc4f0c6fd9b673fe7c591f215aed0245335dee2d2 (patch)
tree77726499c4b9690722c73dce4fa3aae529d57192 /tests
parent1418fe3a6dd0c76bcdf644c87d956353bd5b940c (diff)
downloadglib-c4f0c6fd9b673fe7c591f215aed0245335dee2d2.tar.gz
Add new functions. Add new object files. Add threadpool-test. No need to
2000-05-02 Tor Lillqvist <tml@iki.fi> * glib.def: Add new functions. * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files. * tests/makefile.{cygwin,msc}.in: Add threadpool-test. * gmodule-win32.c: No need to include <psapi.h>
Diffstat (limited to 'tests')
-rw-r--r--tests/makefile.cygwin.in1
-rw-r--r--tests/makefile.msc.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/makefile.cygwin.in b/tests/makefile.cygwin.in
index 641b7ceb6..90fc1165c 100644
--- a/tests/makefile.cygwin.in
+++ b/tests/makefile.cygwin.in
@@ -27,6 +27,7 @@ TESTS = \
strfunc-test.exe\
string-test.exe \
thread-test.exe \
+ threadpool-test.exe\
tree-test.exe \
type-test.exe
diff --git a/tests/makefile.msc.in b/tests/makefile.msc.in
index 0cff24af6..27a757c5b 100644
--- a/tests/makefile.msc.in
+++ b/tests/makefile.msc.in
@@ -29,6 +29,7 @@ TESTS = \
strfunc-test.exe\
string-test.exe \
thread-test.exe \
+ threadpool-test.exe\
tree-test.exe \
type-test.exe