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.
This commit is contained in:
Tor Lillqvist
2001-11-14 23:41:54 +00:00
committed by Tor Lillqvist
parent a49a78a3b3
commit da611e7cec
13 changed files with 77 additions and 13 deletions

View File

@@ -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) \

View File

@@ -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 \

View File

@@ -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 \