make sure all regressions actually run
This commit is contained in:
3
Makefrag
3
Makefrag
@ -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}
|
||||
|
Reference in New Issue
Block a user