
tools/install/smoke_languages.pl - checks some languages in install directory

parrot in install tree
% cd /usr/local/parrot-$version
% perl tools/install/smoke_languages.pl
parrot in build tree
% perl tools/install/smoke_languages.pl --bindir=.
test installation in DESTDIR:
% cd /usr/src/parrot
% mkdir .inst
% make install DESTDIR=.inst
% perl tools/install/smoke_languages.pl DESTDIR=.inst

Checks that most of things run (or just start) into the install directory, try to detect missing parts.

Override default value : 'bin'