From d154824819d850be19fdffe7f71245352c239b33 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 22 Dec 2015 21:05:07 -0800 Subject: [PATCH] Remove extraneous tests. These tests are useful for debugging and development, but aren't useful to run by default. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index a247af4..92642e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,9 +3,7 @@ SUBDIRS = src TESTS = src/emsha_core_test \ src/emsha_sha256_test \ - src/emsha_hmac_test \ - src/emsha_mem_test \ - src/emsha_static_mem_test + src/emsha_hmac_test dist_data_DATA = LICENSE \ README.rst \