Tero Koskinen is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tkoskine / Ahven http://ahven.stronglytyped.org/

Unit test library for Ada 95

Clone this repository (size: 741.2 KB): HTTPS / SSH
hg clone https://bitbucket.org/tkoskine/ahven
hg clone ssh://hg@bitbucket.org/tkoskine/ahven

Ahven / ahven.gpr

Tag
ahven-1.2
project Ahven is

   for Languages use ("Ada");

   for Source_Dirs use ("../../include/ahven");

   for Library_Dir use "../../lib/ahven";
   for Library_Name use "ahven";
   for Library_Kind use "dynamic";

   for Externally_Built use "true";

end Ahven;