]> feistymeow.org Git - feisty_meow.git/commitdiff
breaking change adding blowfish tester back
authorFred T. Hamster <fred@feistymeow.org>
Tue, 24 Feb 2026 20:20:20 +0000 (15:20 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Tue, 24 Feb 2026 20:20:20 +0000 (15:20 -0500)
this test is known to explode at runtime.  now looking into why...

nucleus/library/tests_crypto/makefile
nucleus/library/tests_crypto/makefile.crypto_breaker [deleted file]

index 89e9b5522a7c03817356225ea1a1fd6b88fad910..d7d3f49e508b3c313f2858d7d1934adb1a5f9ea4 100644 (file)
@@ -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 (file)
index d7d3f49..0000000
+++ /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
-