I loaded and ran some test code. Then I added one test and typed make
. The output from the compilation seems wrong:
?- make.
% /home/peter/src/nerdle/test_nerdle compiled into test_nerdle 0.09 sec, -2 clauses
...
% All 486 tests passed in 12.059 seconds (64.550 cpu)
true.
Why did it show “-2 clauses” when I added a clause? (Actually a test, but I presume it’s the same thing)