Jamfile #1

  • //
  • guest/
  • chris_comparini/
  • testbeds/
  • subdir_down/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (479 B)
SubDir ROOT ;

Echo "Root is $(ROOT)" ; 

TEST_RELATIVE_TO = ROOT ;

TestTokens $(UNDEFINED) ;

# NOTE:  Because SubInclude sets (through SubDir) variables
#  for it's own future reference, changing the order of the
#  SubIncludes may change the results of the test!
Echo "------------------------------" ;
Echo "SubIncluding test/foo from top: " ;
SubInclude ROOT test foo ;

Echo "------------------------------" ;
Echo "SubIncluding test from top:" ;
SubInclude ROOT test ;

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