summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorShaun Guth <sguth@practicefusion.com>2016-01-24 23:30:28 +0000
committerWilliam Langford <wlangfor@gmail.com>2017-02-12 16:03:59 -0500
commite0b784ac6d7885669846337faad446be4ed0ded8 (patch)
treee9437d2c7f2d71e6d9fe6fd47e69932193156ac0 /Makefile.am
parentdc679081fa770c260ca9a569a8a4fdbb10bcdc20 (diff)
Add @base64d for decoding base64 #47
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c1eaf6de..cf5d74dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,7 +115,7 @@ endif
### Tests (make check)
-TESTS = tests/optionaltest tests/mantest tests/jqtest tests/onigtest tests/shtest tests/utf8test
+TESTS = tests/optionaltest tests/mantest tests/jqtest tests/onigtest tests/shtest tests/utf8test tests/base64test
TESTS_ENVIRONMENT = NO_VALGRIND=$(NO_VALGRIND)