Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2006-01-25 12:19:24 +0300
committerPaolo Molaro <lupus@oddwiz.org>2006-01-25 12:19:24 +0300
commit53194cf084c8407673830c10a9595b95defcd5fa (patch)
treec93079cdfabb4cc8a1fa05e51376fbe98e19baf8 /libgc/Makefile.am
parent516af439883edca74ab4f7631f8afdd85ce8b798 (diff)
Remove test checks.
svn path=/trunk/mono/; revision=56035
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index 951284e8daf..e0087159d55 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -74,23 +74,23 @@ else
extra_checks =
endif
-check_PROGRAMS = gctest $(extra_checks)
+#check_PROGRAMS = gctest $(extra_checks)
-test.o: $(srcdir)/tests/test.c
- $(COMPILE) -c $(srcdir)/tests/test.c
+#test.o: $(srcdir)/tests/test.c
+# $(COMPILE) -c $(srcdir)/tests/test.c
# Using $< in the above seems to fail with the HP/UX on Itanium make.
-test_cpp.o: $(srcdir)/tests/test_cpp.cc
- $(CXXCOMPILE) -c $(srcdir)/tests/test_cpp.cc
+#test_cpp.o: $(srcdir)/tests/test_cpp.cc
+# $(CXXCOMPILE) -c $(srcdir)/tests/test_cpp.cc
## FIXME: this is probably the reason why some files from BUILT_SOURCES
## are included in the distribution
# gctest_OBJECTS = test.o
-gctest_SOURCES = tests/test.c
-gctest_LDADD = ./libgc.la $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
-test_cpp_SOURCES = tests/test_cpp.cc
-test_cpp_LDADD = ./libgc.la ./libgccpp.la $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
+#gctest_SOURCES = tests/test.c
+#gctest_LDADD = ./libgc.la $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
+#test_cpp_SOURCES = tests/test_cpp.cc
+#test_cpp_LDADD = ./libgc.la ./libgccpp.la $(THREADDLLIBS) $(UNWINDLIBS) $(EXTRA_TEST_LIBS)
-TESTS = gctest $(extra_checks)
+#TESTS = gctest $(extra_checks)
## FIXME: relies on internal code generated by automake.
all_objs = @addobjs@ $(libgc_la_OBJECTS)