turned off blowfish test
[feisty_meow.git] / nucleus / library / tests_crypto / makefile
1 include cpp/variables.def
2
3 PROJECT = tests_crypto
4 TYPE = test
5 TARGETS = test_rsa_crypto.exe 
6 #temporarily off!  test_blowfish_crypto.exe 
7 LOCAL_LIBS_USED = unit_test crypto application processes loggers configuration textual timely \
8   filesystem structures basis 
9 USE_SSL = t
10 RUN_TARGETS = $(ACTUAL_TARGETS)
11
12 include cpp/rules.def
13