Jamfile #2

  • //
  • guest/
  • chris_comparini/
  • testbeds/
  • subdir_down/
  • test/
  • foo/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (217 B)
SubDir TEST foo ;

TEST_RELATIVE_TO ?= TEST ;

Echo "Relative to $(TEST_RELATIVE_TO)" ;
if $(TEST_RELATIVE_TO) = ROOT
{
	Echo "Doing root" ;
	TestTokens test foo ;
}
else
{
	Echo "Doing test" ;
	TestTokens foo ;
}


# Change User Description Committed
#2 4626 Chris Comparini Fixed typo (?)
#1 4396 Chris Comparini Test bed for SubDir related issues.