Edit

kc3-lang/automake/.gitignore

Branch :

  • Show log

    Commit

  • Author : Stefano Lattarini
    Date : 2012-01-18 12:17:11
    Hash : fbeda3da
    Message : tests: move all under the same hierarchy ('tests/' directory) This simplifies the organization of the Automake source tree and reduces the (lamentably high) number of Makefiles in the Automake build system by one. It also makes the maintainer check that verifies the consistency of list of tests more self-contained and simpler. Finally, it might be a first step forward the transition to a non-recursive build system for automake (if we ever decide to go down that road fully some day). * lib/Automake/tests: All the '*.pl' tests in here moved ... * tests/pm: ... into this new directory. * lib/Automake/tests/Makefile.am: Remove, its meaningful contents moved ... * tests/Makefile.am: ... here, with obvious adjustments. (test_subdirs): New variable, for the sake of the recipe of 'maintainer-check-list-of-tests'. * CheckListOfTests (maintainer-check-list-of-tests): Enhance its recipe to make it able to deal with test script residing in subdirectories. * Makefile.am (maintainer-check-list-of-tests): Simplified. (TEST_SUBDIRS): Remove, no more needed. * tests/list-of-tests.mk (perl_TESTS): New variable, lists the '.pl' tests just moved into 'tests/pm'. (handwritten_TESTS): Add the contents of '$(perl_TESTS)'. * lib/Automake/Makefile.am (SUBDIRS): Remove. * configure.ac (AC_CONFIG_FILES): Update. * .gitignore: Adjust.

  • .gitignore
  • Makefile.in
    Makefile
    /ChangeLog
    /aclocal.m4
    /configure
    /autom4te.cache
    /config.cache
    /config.log
    /config.status
    /config.status.lineno
    /configure.lineno
    /aclocal
    /automake
    /doc/amhello-*.tar.gz
    /doc/automake.info
    /doc/automake.info-[0-9]
    /doc/automake*.1
    /doc/aclocal*.1
    /doc/stamp-vti
    /doc/version.texi
    /doc/automake.ac
    /doc/automake.aux
    /doc/automake.cm
    /doc/automake.cp
    /doc/automake.cps
    /doc/automake.dvi
    /doc/automake.fn
    /doc/automake.fns
    /doc/automake.html
    /doc/automake.ky
    /doc/automake.log
    /doc/automake.op
    /doc/automake.pdf
    /doc/automake.pg
    /doc/automake.ps
    /doc/automake.toc
    /doc/automake.tp
    /doc/automake.tr
    /doc/automake.vr
    /doc/automake.vrs
    /doc/amhello/Makefile.in
    /doc/amhello/aclocal.m4
    /doc/amhello/config.h.in
    /doc/amhello/config.h.in~
    /doc/amhello/configure
    /doc/amhello/depcomp
    /doc/amhello/install-sh
    /doc/amhello/missing
    /lib/Automake/Config.pm
    /tests/*.log
    /tests/*.log-t
    /tests/pm/*.log
    /tests/pm/*.log-t
    /tests/*.dir
    /tests/*-p.test
    /tests/aclocal-1.*
    /tests/automake-1.*
    /tests/defs
    /tests/parallel-tests.am
    tags
    TAGS