Revision: 6630 Author: ek.kato Date: Thu Jul 29 23:09:19 2010 Log: * test/Makefile.am : Run test only when --enable-debug is set.
http://code.google.com/p/uim/source/detail?r=6630 Modified: /trunk/test/Makefile.am ======================================= --- /trunk/test/Makefile.am Thu Jul 29 21:47:27 2010 +++ /trunk/test/Makefile.am Thu Jul 29 23:09:19 2010 @@ -23,6 +23,8 @@ util/test-string.scm \ util/test-uim.scm +if DEBUG if DO_CHECK_IN_TEST TESTS = run-test.scm endif +endif
