forked from bonsai/harakit
tests: bonsai/mm.mk, bonsai/intcmp.mk: updates for regression testing
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# notice are preserved. This file is offered as-is, without any warranty.
|
||||
|
||||
.PHONY: intcmp_tests
|
||||
intcmp_tests: intcmp_help intcmp_e intcmp_g intcmp_l intcmp_combined
|
||||
intcmp_tests: intcmp_help intcmp_none intcmp_e intcmp_g intcmp_l intcmp_combined
|
||||
|
||||
.PHONY: intcmp_help
|
||||
intcmp_help: $(BIN)/intcmp
|
||||
@@ -31,6 +31,10 @@ intcmp_help: $(BIN)/intcmp
|
||||
# the invocation. If this test failed, intcmp(1) would be confusing -l for -g,
|
||||
# so that would be a good place to start looking for bugs.
|
||||
|
||||
.PHONY: intcmp_none
|
||||
intcmp_none: $(BIN)/intcmp
|
||||
! $(BIN)/intcmp 1 2
|
||||
|
||||
.PHONY: intcmp_e
|
||||
intcmp_e: $(BIN)/intcmp
|
||||
$(BIN)/intcmp -e 3 3 3 # ==
|
||||
|
||||
Reference in New Issue
Block a user