Revert to 60-bit bignum chunks; better make test rigging
Still failing the three-chunk bignum unit tests
This commit is contained in:
parent
e9f49d06a6
commit
4e76fad655
3 changed files with 21 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue