Add regression tests for m4.
authorPeter Avalos <pavalos@dragonflybsd.org>
Tue, 15 Jan 2013 06:26:10 +0000 (22:26 -0800)
committerPeter Avalos <pavalos@dragonflybsd.org>
Tue, 15 Jan 2013 06:26:10 +0000 (22:26 -0800)
commit9b9cf381ce6afc9eff34a6591ec00faa7aa03476
treedee980ef1a0e0bbb07c58120edfa9290b4f77132
parent4afad3d8f675d4c7d767e86520a3c2eda3d56658
Add regression tests for m4.

Obtained-from:  FreeBSD
45 files changed:
tools/regression/usr.bin/m4/Makefile [new file with mode: 0644]
tools/regression/usr.bin/m4/args.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/args2.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/comments.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/esyscmd.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/eval.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/ff_after_dnl.m4.uu [new file with mode: 0644]
tools/regression/usr.bin/m4/gnueval.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/gnuformat.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/gnupatterns.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/gnupatterns2.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/gnuprefix.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/gnusofterror.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/includes.aux [new file with mode: 0644]
tools/regression/usr.bin/m4/includes.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/m4wrap3.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/patterns.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/quotes.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/redef.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.args.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.args2.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.comments.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.esyscmd.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.eval.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.ff_after_dnl.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.gnueval.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.gnuformat.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.gnupatterns.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.gnupatterns2.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.gnuprefix.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.gnusofterror.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.gnutranslit2.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.includes.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.m4wrap3.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.patterns.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.quotes.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.redef.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.sh [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.strangequotes.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.t [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.translit.out [new file with mode: 0644]
tools/regression/usr.bin/m4/regress.translit2.out [new file with mode: 0644]
tools/regression/usr.bin/m4/strangequotes.m4.uu [new file with mode: 0644]
tools/regression/usr.bin/m4/translit.m4 [new file with mode: 0644]
tools/regression/usr.bin/m4/translit2.m4 [new file with mode: 0644]