SubDir TOP apps tests wxtest ;

if $(WX.AVAILABLE) = "yes"
{
Description wxtest : "WxWidgets Canvas Test" ;
Application wxtest : [ Wildcard *.cpp *.h ] : noinstall ;
ExternalLibs wxtest : WX ;
LinkWith wxtest : crystalspace ;
}
