include cpp/variables.def

PROJECT = tests_crypto
TYPE = test
TARGETS = test_rsa_crypto.exe 
#temporarily off!  test_blowfish_crypto.exe 
LOCAL_LIBS_USED = unit_test crypto application processes loggers configuration textual timely \
  filesystem structures basis 
USE_SSL = t
RUN_TARGETS = $(ACTUAL_TARGETS)

include cpp/rules.def

