simple should run tests when loading plunit.

This commit is contained in:
Vitor Santos Costa 2009-12-04 10:59:38 +00:00
parent d554871ffb
commit f7e60ddbc2
1 changed files with 4 additions and 0 deletions

View File

@ -31,3 +31,7 @@ test(append) :-
:- end_tests(lists).
:- run_tests.
:- run_tests(lists:member).