diff --git a/tests/Makefile.am b/tests/Makefile.am index cf3dbd53..515c8612 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -70,6 +70,7 @@ TESTSUITE_AT = \ multiv03.at\ old.at\ options.at\ + options02.at\ pipe.at\ recurse.at\ same-order01.at\ diff --git a/tests/testsuite.at b/tests/testsuite.at index 5059eb1c..82f33f89 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -63,6 +63,7 @@ m4_include([version.at]) m4_include([pipe.at]) m4_include([options.at]) +m4_include([options02.at]) m4_include([append.at])