From 558360a6251814f2c2d721b38ac31786be0012e0 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Tue, 24 Feb 2026 15:20:20 -0500 Subject: [PATCH] breaking change adding blowfish tester back this test is known to explode at runtime. now looking into why... --- nucleus/library/tests_crypto/makefile | 3 +-- nucleus/library/tests_crypto/makefile.crypto_breaker | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 nucleus/library/tests_crypto/makefile.crypto_breaker diff --git a/nucleus/library/tests_crypto/makefile b/nucleus/library/tests_crypto/makefile index 89e9b552..d7d3f49e 100644 --- a/nucleus/library/tests_crypto/makefile +++ b/nucleus/library/tests_crypto/makefile @@ -2,8 +2,7 @@ include cpp/variables.def 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 diff --git a/nucleus/library/tests_crypto/makefile.crypto_breaker b/nucleus/library/tests_crypto/makefile.crypto_breaker deleted file mode 100644 index d7d3f49e..00000000 --- a/nucleus/library/tests_crypto/makefile.crypto_breaker +++ /dev/null @@ -1,12 +0,0 @@ -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 - -- 2.43.0