1
0

make sure all regressions actually run

This commit is contained in:
Howard Mao
2016-08-10 11:40:58 -07:00
parent 4bfa7ceb6a
commit 163cba6a85
2 changed files with 5 additions and 15 deletions

View File

@ -82,3 +82,6 @@ $(consts_header_debug): $(params_file_debug)
sed -r 's/\(([A-Za-z0-9_]+),([A-Za-z0-9_]+)\)/#define \1 \2/' $< >> $@
echo "#define TBFRAG \"$(MODEL).$(CONFIG).tb.cpp\"" >> $@
echo "#endif // __CONST_H__" >> $@
clean-run-output:
rm -f $(output_dir)/{*.out,*.run,*.vpd}