tests/javadir-undefined.test


Log

Author Commit Date CI Message
Stefano Lattarini 5b44ce39 2012-02-23T13:07:57 tests: quote 'like this', not `like this', as per GCS recommendation This patch converts the automake testsuite and related files, to the use of new quoting format 'like this' or "like this" rather than `like this'. This is done for consistency with the new recommendations in the GNU Coding Standards, and, well, because I've come to actually prefer the '...' and "..." quoting formats over the `...' one. * tests/README: Update quoting format throughout. Remove some "excessive" use of quoting, and throw in minor rewording where appropriate. * tests/Makefile.am: Likewise, for comments. * tests/CheckListOfTests.am: Likewise. * tests/defs-static.in: Likewise. * tests/defs: Likewise. * tests/trivial-test-driver: Likewise. * Many tests/*.tap, tests/*.test and tests/*.sh files: Likewise, and for the diagnostic and informational messages as well. * tests/gen-testsuite-part: Likewise, and for the generated tests as well.
Stefano Lattarini 641a5a4b 2012-02-16T10:46:23 maint: run "make update-copyright"
Stefano Lattarini 75b82e61 2011-10-21T10:34:31 tests: remove redundant settings of `errexit' shell flag * tests/aclocal-path-install-serial.test: Do not set the `errexit' shell flag, as it is already set by `tests/defs'. * tests/aclocal-path-install.test: Likewise. * tests/aclocal-path-nonexistent.test: Likewise. * tests/aclocal-path-precedence.test: Likewise. * tests/aclocal-path.test: Likewise. * tests/dist-auxfile-2.test: Likewise. * tests/dist-auxfile.test: Likewise. * tests/distcheck-pr9579.test: Likewise. * tests/javadir-undefined.test: Likewise. * tests/subpkg-yacc.test: Likewise. * tests/test-extensions-cond.test: Likewise. * tests/test-extensions.test: Likewise. * tests/uninstall-fail.test: Likewise. * tests/uninstall-pr9578.test: Likewise. * tests/distcheck-override-infodir.test: Likewise. Also, fix typo in heading comments since we are at it.
Stefano Lattarini c9dfc368 2011-09-18T23:32:38 java: complain if java_JAVA is used but $(javadir) is undefined Fixes automake bug#8461. * automake.in (handle_java): Remove inappropriate "java" argument from the calls to `&am_install_var' and `&am_primary_prefixes'. * tests/instdir-java.test (Makefile.am): Define `$(javadir)'. * tests/javadir-undefined.test: New test. * tests/Makefile.am (TESTS): Add it. * NEWS: Update.