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