--- /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
+
}
local($outcome) = 0xff & system $tar_tool,
-#hmmm: trying to dereference symbolic links and stop missing stuff.
-"-h",
+#hmmm: trying to tame symbolic links; just recording them as links.
+ "--keep-directory-symlink",
"-rf", &canonicalize($target_file), @excludes,
"--files-from=" . &canonicalize($temp_file);
if ($outcome) {
# backup all the config info for kde.
&backup_hierarchy($snarf_file_base, $number, "$root", ".kde");
-# and get the config for gnome.
-&backup_hierarchy($snarf_file_base, $number, "$root", ".local");
+
+#hmmm: these get too much stuff, including all the steam binaries.
+#hmmm: make it more specific.
+#ARGH # and get the config for gnome.
+#ARGH &backup_hierarchy($snarf_file_base, $number, "$root", ".local");
+
&backup_hierarchy($snarf_file_base, $number, "$root", ".gnome*");
# and assorted config things for various apps.
&backup_hierarchy($snarf_file_base, $number, "$root", ".config/syncthing");