From da611e7cec5de2daa44ee1106aa29820381b1458 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 14 Nov 2001 23:41:54 +0000 Subject: Add back mainloop-test here, too. 2001-11-15 Tor Lillqvist * 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 * gobject.def: Reflect recent changes. --- tests/Makefile.am | 2 -- tests/makefile.mingw.in | 3 +-- tests/makefile.msc.in | 3 +-- 3 files changed, 2 insertions(+), 6 deletions(-) (limited to 'tests') 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 \ -- cgit v1.2.3