this test is known to explode at runtime. now looking into why...
PROJECT = tests_crypto
TYPE = test
-TARGETS = test_rsa_crypto.exe
-#temporarily off! test_blowfish_crypto.exe
+TARGETS = test_blowfish_crypto.exe test_rsa_crypto.exe
LOCAL_LIBS_USED = unit_test crypto application processes loggers configuration textual timely \
filesystem structures basis
USE_SSL = t
+++ /dev/null
-include cpp/variables.def
-
-PROJECT = tests_crypto
-TYPE = test
-TARGETS = test_blowfish_crypto.exe test_rsa_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
-