From 4fc39dcd54243609febc1ce4c8a1470b3d31fd47 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Mon, 1 Apr 2024 01:06:05 +0200 Subject: fix binomial0 & add test --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c0916a..e3f59e6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ TESTS = \ datastructures/test/monotonicConvexHull.test \ datastructures/test/persistent.test \ graph/test/binary_lifting.test \ - graph/test/LCA_sparse.test + graph/test/LCA_sparse.test \ + math/test/binomial0.test LATEXMK = latexmk -interaction=nonstopmode @@ -50,6 +51,8 @@ graph/test/binary_lifting.test: graph/test/binary_lifting.cpp \ graph/binary_lifting.cpp graph/test/util.cpp graph/test/LCA_sparse.test: graph/test/LCA_sparse.cpp \ graph/LCA_sparse.cpp datastructures/sparseTable.cpp graph/test/util.cpp +math/test/binomial0.test: math/test/binomial0.cpp math/binomial0.cpp \ + math/shortModInv.cpp FORCE: .PHONY: all pdf test clean cleanpdf cleantest FORCE -- cgit v1.2.3