Jamfile #1

  • //
  • guest/
  • chris_comparini/
  • testbeds/
  • subdir_down/
  • test/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (264 B)

SubDir TEST ;

TEST_RELATIVE_TO ?= TEST ;
Echo "Relative to $(TEST_RELATIVE_TO)" ;

if $(TEST_RELATIVE_TO) = ROOT
{
	TestTokens test ;
}
else
{
	TestTokens ;
}

Echo "------------------------------" ;
Echo "SubIncluding foo from test: " ;
SubInclude TEST foo ;

# Change User Description Committed
#1 4396 Chris Comparini Test bed for SubDir related issues.