MPSolve 3.2.1
|
This file contains the implementation of the checks and some commodify function to create them. More...
Go to the source code of this file.
Classes | |
struct | test_pol |
Test polynomials to be passed to the function test_*_on_pol() More... | |
Functions | |
void | starting_setup (void) |
void | append_slash (char *dest) |
const char * | get_pol_name_from_path (const char *pol_path) |
char * | get_pol_file (const char *pol_name, const char *type_name) |
Since this is a autotest unit, we can get the name of the pol_file concatenating the environment variable srcdir with the name of the pol_file. | |
char * | get_res_file (const char *pol_name, const char *type_name) |
Since this is a autotest unit, we can get the name of the res_file concatenating the environment variable srcdir with the name of the res_file. | |
test_pol * | test_pol_new (const char *name, const char *type_name, int out_digits, mps_phase phase, mps_boolean ga) |
void | starting_test_message (const char *pol_file) |
void | failed_test_message (const char *pol_file) |
void | success_test_message (const char *pol_file) |
void | error_test_message (const char *pol_file, const char *message) |
void | test_pol_free (test_pol *pol) |
This file contains the implementation of the checks and some commodify function to create them.
Its main usefulness is to autolocate polynomial files in the tests directory based on the srcdir
environment variable that is set by autotools when checking.