summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-10-25 22:59:20 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-10-25 22:59:20 +0000
commit7d9167402b3a94dab0d07f0034d05d6525b8e904 (patch)
treed0cae9db639f426c2128fe32075667c483270cfe /tests
parent2b4a6e0a88063ad13b635f57dbc6f80e9032d9da (diff)
Updates.
2001-10-26 Tor Lillqvist <tml@iki.fi> * README.win32: Updates. * tests/makefile.mingw.in * tests/makefile.msc.in: Remove mainloop-test here, too. gobject: * makefile.mingw.in: When running glib-genmarshal, set PATH to include ../glib.
Diffstat (limited to 'tests')
-rw-r--r--tests/makefile.mingw.in3
-rw-r--r--tests/makefile.msc.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/makefile.mingw.in b/tests/makefile.mingw.in
index 663108d51..12bba68e6 100644
--- a/tests/makefile.mingw.in
+++ b/tests/makefile.mingw.in
@@ -12,6 +12,8 @@ include ../build/win32/make.mingw
INCLUDES = -I .. -I ../glib -I ../gmodule
DEFINES = -DHAVE_CONFIG_H
+# mainloop-test removed for now until it is fixed
+
TESTS = \
testglib.exe \
testgdate.exe \
@@ -22,7 +24,6 @@ TESTS = \
gio-test.exe \
hash-test.exe \
list-test.exe \
- mainloop-test.exe\
markup-test.exe \
module-test.exe \
node-test.exe \
diff --git a/tests/makefile.msc.in b/tests/makefile.msc.in
index 91b667317..1081ec4bc 100644
--- a/tests/makefile.msc.in
+++ b/tests/makefile.msc.in
@@ -10,6 +10,8 @@ TOP = ..\..
INCLUDES = -I .. -I ..\glib -I ..\gmodule
DEFINES = -DHAVE_CONFIG_H
+# mainloop-test removed for now until it is fixed
+
TESTS = \
testglib.exe \
testgdate.exe \
@@ -21,7 +23,6 @@ TESTS = \
iochannel-test.exe \
hash-test.exe \
list-test.exe \
- mainloop-test.exe\
markup-test.exe \
module-test.exe \
node-test.exe \