Add integration tests for arithmetic operators

This extensively tests the behavior of is/2, both when compiled and in metacalls.
This commit is contained in:
Emilie Burgun
2025-01-15 15:12:06 +01:00
parent 20735ea34c
commit 0cde8f9a43
4 changed files with 686 additions and 0 deletions

View File

@@ -0,0 +1 @@
All tests passed

View File

@@ -0,0 +1 @@
args = ["-f", "--no-add-history", "src/tests/arithmetic.pl", "-f", "-g", "use_module(library(arithmetic_tests)), arithmetic_tests:main_quiet(arithmetic_tests)"]