add comparison function

This commit is contained in:
John Regan
2023-03-20 14:05:46 -04:00
parent 90916aacd6
commit 10c6ae2dd7
3 changed files with 55 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ all: utest-byte utest-short utest-word utest-quad \
utest-byte-single utest-short-single utest-word-single utest-quad-single \
utest-coverage bigint.o
test: utest-byte utest-short utest-word utest-quad utest-byte-single utest-short-single utest-word-single utest-quad-single utest-coverage
test: utest-byte utest-short utest-word utest-quad utest-byte-single utest-short-single utest-word-single utest-quad-single utest-byte-static utest-short-static utest-word-static utest-quad-static utest-coverage
./utest-byte >/dev/null 2>&1 || ./utest-byte
./utest-short >/dev/null 2>&1 || ./utest-short
./utest-word >/dev/null 2>&1 || ./utest-word