]> git.ipfire.org Git - thirdparty/automake.git/commit
Modify all tests to use the Test::Simple lib
authorMatthias Paulmier <matt@mpaulmier.home>
Thu, 2 Aug 2018 15:15:24 +0000 (17:15 +0200)
committerMatthias Paulmier <matt@mpaulmier.home>
Thu, 2 Aug 2018 18:21:33 +0000 (20:21 +0200)
commit6d487b3ed42c62aebe0a7e172def7f3da25e72d1
tree830a1acc8ba5e545e5eeafe65db57440f448b6e2
parentd4a8005fd2d5adddabf537d26f932192b226806f
Modify all tests to use the Test::Simple lib

All tests now use the Test::Simple library.  We keep the distinction between
pl (pure perl) and plt (perl + Test::Simple) in case someone wants to write a
perl tests without this lib.

- t/pm/*: All tests now use the plt extension and the Test::Simple library.
- t/pm/CondStack.pl: Remove it as it was not well built and the test results
  were false.
14 files changed:
t/list-of-tests.mk
t/pm/Channels.plt [moved from t/pm/Channels.pl with 91% similarity]
t/pm/CondStack.pl [deleted file]
t/pm/Condition-t.plt [moved from t/pm/Condition-t.pl with 96% similarity]
t/pm/Condition.plt [moved from t/pm/Condition.pl with 95% similarity]
t/pm/DisjConditions-t.plt [moved from t/pm/DisjConditions-t.pl with 97% similarity]
t/pm/DisjConditions.plt [moved from t/pm/DisjConditions.pl with 97% similarity]
t/pm/General.plt [moved from t/pm/General.pl with 84% similarity]
t/pm/SilentRules.pl [deleted file]
t/pm/SilentRules.plt [new file with mode: 0644]
t/pm/Utils.plt [moved from t/pm/Utils.pl with 51% similarity]
t/pm/Version.pl [deleted file]
t/pm/Version.plt [new file with mode: 0644]
t/pm/Wrap.plt [moved from t/pm/Wrap.pl with 77% similarity]