summaryrefslogtreecommitdiff
path: root/t/pm/SilentRules.plt
diff options
context:
space:
mode:
Diffstat (limited to 't/pm/SilentRules.plt')
-rw-r--r--t/pm/SilentRules.plt22
1 files changed, 22 insertions, 0 deletions
diff --git a/t/pm/SilentRules.plt b/t/pm/SilentRules.plt
new file mode 100644
index 000000000..506d4b2cf
--- /dev/null
+++ b/t/pm/SilentRules.plt
@@ -0,0 +1,22 @@
+# -*- mode:perl -*-
+# Copyright (C) 2018 Free Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+use Automake::SilentRules;
+use Test::Simple tests => 3;
+
+ok (verbose_flag 'FOO' eq '$(AM_V_FOO)', 'verbose_flag');
+ok (verbose_nodep_flag 'FOO' eq '$(AM_V_FOO@am__nodep@)', 'verbose_nodep_flag');
+ok (silent_flag eq '$(AM_V_at)', 'silent_flag');