[Insight-developers] Signature of test programs

Lorensen, William E (Research) lorensen at crd . ge . com
Thu, 7 Aug 2003 16:11:53 -0400


The signature of test programs is:

int itkFooTest (int, char *[])

Several folks have been checking in tests that do not conform to this
signature. This results in unresolved references on some platforms.

NOTE: (int, char **) is not the same!

Bill