--Tests for the C wrappers on mpi and rsa methods. --S.MG, 2018 with "../c_wrappers.gpr"; project C_Wrappers_Tests is for Languages use("C"); for Source_Dirs use ("."); for Object_Dir use "obj"; for Exec_Dir use "."; for Main use ("tests.c"); end C_Wrappers_Tests;