aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-07-12 00:09:43 -0600
committerGavin Howard <gavin@yzena.com>2021-07-12 00:09:43 -0600
commitf4282857f35467d69c3030fa12baa7d1734d4f3d (patch)
tree1d667a9d4cdc8b430443395fd0d677e8e59c4ff9 /Makefile.in
parent25c3bb52562a61dda7430203b15c989d12651ca2 (diff)
downloadbc-f4282857f35467d69c3030fa12baa7d1734d4f3d.tar.gz
Improve the coverage of history tests
Signed-off-by: Gavin Howard <gavin@yzena.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e5563ca9..c6c1a43d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -345,7 +345,7 @@ test_history: test_history_header test_bc_history test_dc_history
test_bc_history:%%BC_HISTORY_TEST_PREREQS%%
-test_bc_history_all: test_bc_history0 test_bc_history1 test_bc_history2 test_bc_history3 test_bc_history4 test_bc_history5 test_bc_history6 test_bc_history7 test_bc_history8 test_bc_history9 test_bc_history10 test_bc_history11 test_bc_history12 test_bc_history13 test_bc_history14 test_bc_history15 test_bc_history16 test_bc_history17 test_bc_history18
+test_bc_history_all: test_bc_history0 test_bc_history1 test_bc_history2 test_bc_history3 test_bc_history4 test_bc_history5 test_bc_history6 test_bc_history7 test_bc_history8 test_bc_history9 test_bc_history10 test_bc_history11 test_bc_history12 test_bc_history13 test_bc_history14 test_bc_history15 test_bc_history16 test_bc_history17 test_bc_history18 test_bc_history19 test_bc_history20 test_bc_history21
test_bc_history_skip:
@printf 'No bc history tests to run\n'
@@ -407,6 +407,15 @@ test_bc_history17:
test_bc_history18:
@sh tests/history.sh bc 18 %%BC_TEST_EXEC%%
+test_bc_history19:
+ @sh tests/history.sh bc 19 %%BC_TEST_EXEC%%
+
+test_bc_history20:
+ @sh tests/history.sh bc 20 %%BC_TEST_EXEC%%
+
+test_bc_history21:
+ @sh tests/history.sh bc 21 %%BC_TEST_EXEC%%
+
test_dc_history:%%DC_HISTORY_TEST_PREREQS%%
test_dc_history_all: test_dc_history0 test_dc_history1 test_dc_history2 test_dc_history3 test_dc_history4 test_dc_history5 test_dc_history6 test_dc_history7 test_dc_history8 test_dc_history9