%:- module(logicmoo_flp,[test_logicmoo_flp/0]). % [Required] Load the Logicmoo Library Utils :- include(sanity_tests). :- ensure_loaded(library(logicmoo_flp)). test(test_logicmoo_flp_sanity):- test_logicmoo_flp_sanity. test(test_logicmoo_flp):- test_logicmoo_flp.