diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-02 10:30:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-07-02 10:30:03 +0300 |
commit | efd054b9800ec926587d2903f0712c68d4591d43 (patch) | |
tree | 8dae33a9da6044ae7a1bd9c26625e0a98150d6a5 /test | |
parent | 85da96b705877b4a10b0a96b3d9722536674b2d0 (diff) | |
download | egawk-efd054b9800ec926587d2903f0712c68d4591d43.tar.gz egawk-efd054b9800ec926587d2903f0712c68d4591d43.tar.bz2 egawk-efd054b9800ec926587d2903f0712c68d4591d43.zip |
Add instruction trace option.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/badargs.ok | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index bf033534..a85ef93b 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -2,6 +2,10 @@ * Makefile.am (EXTRA_DIST): New test, posix_compare. * posix_compare.awk, posix_compare.ok: New files. + + Unrelated: + + * badargs.ok: Updated after code changes. 2020-06-29 Arnold D. Robbins <arnold@skeeve.com> diff --git a/test/badargs.ok b/test/badargs.ok index dfbd1c19..5ec0558c 100644 --- a/test/badargs.ok +++ b/test/badargs.ok @@ -16,6 +16,7 @@ Short options: GNU long options: (extensions) -g --gen-pot -h --help -i includefile --include=includefile + -I --trace -l library --load=library -L[fatal|invalid|no-ext] --lint[=fatal|invalid|no-ext] -M --bignum |