diff --git a/src/helper_files/helper_tests.pl b/src/helper_files/helper_tests.pl index a870e5d9997a9570a920e9087f73a4142cb599dd..183f5b388150c72fcadadcae17d41ff6822a4ffe 100644 --- a/src/helper_files/helper_tests.pl +++ b/src/helper_files/helper_tests.pl @@ -8,6 +8,7 @@ :- use_module('helper.pl'). +%% TODO: fully tests the helper functions and predicates :- begin_tests(b). test(matrix) :- diff --git a/test_all.pl b/test_all.pl index 57c8267d4ae62cda7872619ae5814985a9d7a1cd..570fd713d3fd70362f52b466ecf399fdaf647dd4 100644 --- a/test_all.pl +++ b/test_all.pl @@ -4,6 +4,8 @@ %% Just compile this file and call run_tests. to run every tests +%% The commented Methods either arent finished or still have some unfixed problems + :- use_module('src/methods/adaboost/adaboost_test.pl'). @@ -63,7 +65,7 @@ %%:- use_module('src/methods/softmax_regression/softmax_regression_test.pl'). -%% better to run the parse_coding tests alone because the c++ Method writes out alot of Debug messages that make the tests hard to read. +%% better to run the sparse_coding tests alone because the c++ Method writes out alot of Debug messages that make the tests hard to read. %%:- use_module('src/methods/sparse_coding/sparse_coding_test.pl'). :- use_module('src/helper_files/helper_tests.pl').