]> git.ipfire.org Git - thirdparty/make.git/commit
* Added the test suite to the main distribution.
authorPaul Smith <psmith@gnu.org>
Tue, 14 Sep 1999 02:03:19 +0000 (02:03 +0000)
committerPaul Smith <psmith@gnu.org>
Tue, 14 Sep 1999 02:03:19 +0000 (02:03 +0000)
commit0d366b668244112846554c42045ff1d9956276ed
tree3802242fe18a5e90d889f5d1ac66fb487361888b
parent4121dea6a59367b4431cbe7a3c43d74fec9fd832
* Added the test suite to the main distribution.
78 files changed:
ChangeLog
Makefile.am
configure.in
tests/COPYING [new file with mode: 0644]
tests/NEWS [new file with mode: 0644]
tests/README [new file with mode: 0644]
tests/mkshadow [new file with mode: 0755]
tests/run_make_tests [new file with mode: 0755]
tests/run_make_tests.pl [new file with mode: 0755]
tests/scripts/features/comments [new file with mode: 0644]
tests/scripts/features/conditionals [new file with mode: 0644]
tests/scripts/features/default_names [new file with mode: 0644]
tests/scripts/features/double_colon [new file with mode: 0644]
tests/scripts/features/echoing [new file with mode: 0644]
tests/scripts/features/errors [new file with mode: 0644]
tests/scripts/features/escape [new file with mode: 0644]
tests/scripts/features/include [new file with mode: 0644]
tests/scripts/features/mult_rules [new file with mode: 0644]
tests/scripts/features/mult_targets [new file with mode: 0644]
tests/scripts/features/override [new file with mode: 0644]
tests/scripts/features/parallelism [new file with mode: 0644]
tests/scripts/features/patspecific_vars [new file with mode: 0644]
tests/scripts/features/quoting [new file with mode: 0644]
tests/scripts/features/recursion [new file with mode: 0644]
tests/scripts/features/reinvoke [new file with mode: 0644]
tests/scripts/features/statipattrules [new file with mode: 0644]
tests/scripts/features/targetvars [new file with mode: 0644]
tests/scripts/features/varnesting [new file with mode: 0644]
tests/scripts/features/vpath [new file with mode: 0644]
tests/scripts/features/vpath2 [new file with mode: 0644]
tests/scripts/features/vpathgpath [new file with mode: 0644]
tests/scripts/features/vpathplus [new file with mode: 0644]
tests/scripts/functions/addprefix [new file with mode: 0644]
tests/scripts/functions/addsuffix [new file with mode: 0644]
tests/scripts/functions/basename [new file with mode: 0644]
tests/scripts/functions/call [new file with mode: 0644]
tests/scripts/functions/dir [new file with mode: 0644]
tests/scripts/functions/error [new file with mode: 0644]
tests/scripts/functions/filter-out [new file with mode: 0644]
tests/scripts/functions/findstring [new file with mode: 0644]
tests/scripts/functions/foreach [new file with mode: 0644]
tests/scripts/functions/if [new file with mode: 0644]
tests/scripts/functions/join [new file with mode: 0644]
tests/scripts/functions/notdir [new file with mode: 0644]
tests/scripts/functions/origin [new file with mode: 0644]
tests/scripts/functions/sort [new file with mode: 0644]
tests/scripts/functions/strip [new file with mode: 0644]
tests/scripts/functions/substitution [new file with mode: 0644]
tests/scripts/functions/suffix [new file with mode: 0644]
tests/scripts/functions/warning [new file with mode: 0644]
tests/scripts/functions/wildcard [new file with mode: 0644]
tests/scripts/functions/word [new file with mode: 0644]
tests/scripts/misc/general1 [new file with mode: 0644]
tests/scripts/misc/general2 [new file with mode: 0644]
tests/scripts/misc/general3 [new file with mode: 0644]
tests/scripts/misc/version [new file with mode: 0644]
tests/scripts/options/dash-C [new file with mode: 0644]
tests/scripts/options/dash-I [new file with mode: 0644]
tests/scripts/options/dash-e [new file with mode: 0644]
tests/scripts/options/dash-f [new file with mode: 0644]
tests/scripts/options/dash-k [new file with mode: 0644]
tests/scripts/options/dash-l [new file with mode: 0644]
tests/scripts/options/dash-n [new file with mode: 0644]
tests/scripts/targets/DEFAULT [new file with mode: 0644]
tests/scripts/targets/FORCE [new file with mode: 0644]
tests/scripts/targets/INTERMEDIATE [new file with mode: 0644]
tests/scripts/targets/PHONY [new file with mode: 0644]
tests/scripts/targets/SECONDARY [new file with mode: 0644]
tests/scripts/targets/SILENT [new file with mode: 0644]
tests/scripts/targets/clean [new file with mode: 0644]
tests/scripts/test_template [new file with mode: 0644]
tests/scripts/variables/CURDIR [new file with mode: 0644]
tests/scripts/variables/MAKE [new file with mode: 0644]
tests/scripts/variables/MAKECMDGOALS [new file with mode: 0644]
tests/scripts/variables/MAKEFILES [new file with mode: 0644]
tests/scripts/variables/MAKELEVEL [new file with mode: 0644]
tests/scripts/variables/flavors [new file with mode: 0644]
tests/test_driver.pl [new file with mode: 0644]