From: Mark Wooding Date: Sun, 15 May 2016 14:04:58 +0000 (+0100) Subject: symm/modes.am.in: Banish the very boring per-mode tests to `modes/'. X-Git-Tag: 2.2.2~10 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/0ba7e5c23c775fd24bcd18545daa1c515564347f 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. --- 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.