use-project boost : $(boost-root) ; project compile_time_ratios : requirements $(boost-root) /boost/test/ ; import testing ; test-suite ratio_test_suite : [ run sign_test.cpp ] [ run abs_test.cpp ] [ run ratio_test.cpp ] ;