symm/modes.am.in: Banish the very boring per-mode tests to `modes/'.
[catacomb] / symm / modes.am.in
index e9e52a7..0e0ae19 100644 (file)
@@ -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.