Fix a bug in the Makefile template with history tests
Signed-off-by: Gavin Howard <[email protected]>
This commit is contained in:
parent
a41d2d5dad
commit
3d192692a3
|
@ -976,7 +976,7 @@ elif [ "$bc_only" -eq 1 ]; then
|
|||
|
||||
default_target="\$(BC_EXEC)"
|
||||
second_target="\$(DC_EXEC)"
|
||||
tests="test_bc timeconst test_history"
|
||||
tests="test_bc timeconst"
|
||||
|
||||
elif [ "$dc_only" -eq 1 ]; then
|
||||
|
||||
|
@ -1001,7 +1001,7 @@ elif [ "$dc_only" -eq 1 ]; then
|
|||
uninstall_prereqs=" uninstall_dc"
|
||||
uninstall_man_prereqs=" uninstall_dc_manpage"
|
||||
|
||||
tests="test_dc test_history"
|
||||
tests="test_dc"
|
||||
|
||||
else
|
||||
|
||||
|
|
Loadingâ¦
Reference in New Issue