project : requirements # gcc:-xc++ # msvc:"/TP" ; exe test_allocations : allocation_execute.cpp allocation_fill.cpp allocation_functions.cpp allocation_utils.cpp main.cpp ; install dist : test_allocations : debug:$(DIST)/debug/tests/test_conformance/allocations release:$(DIST)/release/tests/test_conformance/allocations ;