Revert to 60-bit bignum chunks; better make test rigging

Still failing the three-chunk bignum unit tests
This commit is contained in:
Simon Brooke 2025-03-14 10:24:38 +00:00
parent e9f49d06a6
commit 4e76fad655
3 changed files with 21 additions and 3 deletions

View file

@ -36,7 +36,7 @@ else
indent $(INDENT_FLAGS) $(SRCS) $(HDRS)
endif
test: $(OBJS) $(TESTS) Makefile
test: $(TESTS) Makefile $(TARGET)
bash ./unit-tests.sh
.PHONY: clean