From 0ba7e5c23c775fd24bcd18545daa1c515564347f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 15 May 2016 15:04:58 +0100 Subject: [PATCH] symm/modes.am.in: Banish the very boring per-mode tests to `modes/'. Now that Automake has inflicted `subdir-objects' on us, we might as well use the opportunity to tidy away the autogenerated `modes/' cruft properly. --- symm/modes.am.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symm/modes.am.in b/symm/modes.am.in index e9e52a79..0e0ae190 100644 --- a/symm/modes.am.in +++ b/symm/modes.am.in @@ -15,14 +15,14 @@ GENMODES_H = %repeat GENMODES_C += modes/@blkc-@blkcmode.c GENMODES_H += modes/@blkc-@blkcmode.h -SYMM_TESTS += @blkc-@blkcmode.$t +SYMM_TESTS += modes/@blkc-@blkcmode.$t %end ## Hash function modes. %repeat GENMODES_C += modes/@hash-@hashmode.c GENMODES_H += modes/@hash-@hashmode.h -SYMM_TESTS += @hash-@hashmode.$t +SYMM_TESTS += modes/@hash-@hashmode.$t %end ## Interface and implementation headers for the various modes. -- 2.11.0