From 3b9b823511fd3ff4e232b2a5d3b21ca55c576672 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 20 Mar 2012 22:45:00 -0400 Subject: [PATCH] tests: Fix missing manifest from earlier test commit --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1a8b5a047..ec8179c73 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,7 +121,8 @@ DISTFILES_INC = $(INFOS) .gitignore Artistic COPYING COPYING.LESSER \ test_*/.*ignore test_*/Makefile* test_*/*.cpp \ test_*/*.pl test_*/*.v test_*/*.vc test_*/*.vh \ test_verilated/vgen*.pl \ - test_regress/t/tsub/*.v* \ + test_regress/t/t*/*.sv* \ + test_regress/t/t*/*.v* \ test_regress/t/*.cpp \ test_regress/t/*.h \ test_regress/t/*.dat \