Ported test cases for class Integer
authorArjen Baart <arjen@andromeda.nl>
Sun, 3 Nov 2019 11:16:09 +0000 (12:16 +0100)
committerArjen Baart <arjen@andromeda.nl>
Sun, 3 Nov 2019 11:16:09 +0000 (12:16 +0100)
commitf1de64cb711d21fe522429dd6698610bb5d27f42
treed9c48abc56167eff10bea3628fcd3e0cdd30db3b
parentc3b5b9c10336449e94f7f2c43c6987f0b8edcb64
Ported test cases for class Integer
19 files changed:
.gitignore
ChangeLog
doc/Integer.xml [new file with mode: 0644]
doc/Makefile.am
doc/manual.xml
src/Integer.cpp
src/Integer.h
src/builtin.h
test/Makefile.am
test/integer_assign.cpp [new file with mode: 0644]
test/integer_factorial.cpp [new file with mode: 0644]
test/integer_factorial.exp [new file with mode: 0644]
test/integer_fibonacci.cpp [new file with mode: 0644]
test/integer_fibonacci.exp [new file with mode: 0644]
test/integer_modulo.cpp [new file with mode: 0644]
test/integer_modulo.exp [new file with mode: 0644]
test/integer_pow64.cpp [new file with mode: 0644]
test/integer_pow64.exp [new file with mode: 0644]
test/tInteger.cpp [new file with mode: 0644]