[Groonga-commit] groonga/groonga [master] [test] don't run tests without testing framework

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 5日 (月) 23:19:21 JST


Kouhei Sutou	2012-03-05 23:19:21 +0900 (Mon, 05 Mar 2012)

  New Revision: 4ff4e9de80e589da2fda0cddc161a8ca6fb00209

  Log:
    [test] don't run tests without testing framework

  Modified files:
    test/unit/Makefile.am

  Modified: test/unit/Makefile.am (+6 -0)
===================================================================
--- test/unit/Makefile.am    2012-03-05 23:12:09 +0900 (462451c)
+++ test/unit/Makefile.am    2012-03-05 23:19:21 +0900 (cca3741)
@@ -23,6 +23,12 @@ TESTS_ENVIRONMENT =				\
 
 if WITH_CUTTER
 noinst_LTLIBRARIES = suite-groonga-test.la
+else
+TESTS_ENVIRONMENT += NO_CUTTER=yes
+endif
+
+if !WITH_RUBY
+TESTS_ENVIRONMENT += NO_RUBY=yes
 endif
 
 EXTRA_DIST =					\




Groonga-commit メーリングリストの案内
Back to archive index