summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-11-14 23:41:54 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-11-14 23:41:54 +0000
commitda611e7cec5de2daa44ee1106aa29820381b1458 (patch)
tree30190717639df4f101e63053b006eaa29387e15f /tests
parenta49a78a3b36ac937e625ca3d9f2a10d093887fe9 (diff)
downloadglib-da611e7cec5de2daa44ee1106aa29820381b1458.tar.gz
glib-da611e7cec5de2daa44ee1106aa29820381b1458.tar.bz2
glib-da611e7cec5de2daa44ee1106aa29820381b1458.zip
Add back mainloop-test here, too.
2001-11-15 Tor Lillqvist <tml@iki.fi> * tests/makefile.{mingw,msc}.in (TESTS): Add back mainloop-test here, too. * tests/Makefile.am: Remove leftover comment that claimed mainloop-test is removed. 2001-11-15 Tor Lillqvist <tml@iki.fi> * gobject.def: Reflect recent changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/makefile.mingw.in3
-rw-r--r--tests/makefile.msc.in3
3 files changed, 2 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 94b26b823..aa02766db 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -56,8 +56,6 @@ timeloop_LDADD = $(libglib)
timeloop_closure_LDADD = $(libglib) $(libgobject)
endif
-# mainloop-test removed for now until it is fixed
-
test_programs = \
array-test \
$(CXX_TEST) \
diff --git a/tests/makefile.mingw.in b/tests/makefile.mingw.in
index f2e73a373..c666e251f 100644
--- a/tests/makefile.mingw.in
+++ b/tests/makefile.mingw.in
@@ -20,8 +20,6 @@ NONAUTOMATIC_TESTS = \
unicode-normalize.exe \
unicode-collate.exe
-# mainloop-test removed for now until it is fixed
-
TESTS = \
array-test.exe \
date-test.exe \
@@ -29,6 +27,7 @@ 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 a74eb8ea3..94f11cb29 100644
--- a/tests/makefile.msc.in
+++ b/tests/makefile.msc.in
@@ -18,8 +18,6 @@ NONAUTOMATIC_TESTS = \
unicode-normalize.exe \
unicode-collate.exe
-# mainloop-test removed for now until it is fixed
-
TESTS = \
array-test.exe \
date-test.exe \
@@ -27,6 +25,7 @@ TESTS = \
gio-test.exe \
hash-test.exe \
list-test.exe \
+ mainloop-test.exe \
markup-test.exe \
module-test.exe \
node-test.exe \