include cpp/variables.def PROJECT = Algorithmic_Test_Hierarchy TYPE = hierarchy # these tests should work most anywhere. BUILD_BEFORE += t_basis t_data_structure t_db_freetds t_geometric \ t_mechanisms t_node t_octopus t_opsystem t_processes t_security \ t_service_ext t_textual ifeq "$(findstring OMIT_CRYPTO_SUPPORT, $(DEFINITIONS))" "" BUILD_BEFORE += t_crypto t_ssl endif ifeq "$(findstring EMBEDDED_BUILD, $(DEFINITIONS))" "" BUILD_BEFORE += t_scheduling endif include cpp/rules.def