-
+ 579BD4807F3DE9E8A399E942E2401053B5D89A049C257491011456E2ED35D746E190FD642493FD76E8D803D2529EB9F39CAD7BDF0E88AE5AB2CD0638C1A7EC13
smg_comms/c_wrappers/tests/c_wrappers_tests.gpr
(0 . 0)(1 . 14)
378 --Tests for the C wrappers on mpi and rsa methods.
379 --S.MG, 2018
380
381 with "../c_wrappers.gpr";
382
383 project C_Wrappers_Tests is
384 for Languages use("C");
385 for Source_Dirs use (".");
386 for Object_Dir use "obj";
387 for Exec_Dir use ".";
388
389 for Main use ("tests.c");
390 end C_Wrappers_Tests;
391