From: Christian Grothoff Date: Mon, 15 Apr 2013 15:03:59 +0000 (+0000) Subject: -move data resource X-Git-Tag: initial-import-from-subversion-38251~9241 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b61bcf75c1e270feb8751320ea70ed3925e0f0cc;p=oweals%2Fgnunet.git -move data resource --- diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index e9d5f40db..eb0f4291b 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -566,6 +566,7 @@ EXTRA_DIST = \ test_gnunet_fs_rec.py.in \ test_gnunet_fs_ns.py.in \ test_gnunet_fs_idx.py.in \ + test_pseudonym_data.conf \ $(bin_SCRIPTS) CLEANFILES = $(check_SCRIPTS) diff --git a/src/fs/test_pseudonym_data.conf b/src/fs/test_pseudonym_data.conf new file mode 100644 index 000000000..55230073e --- /dev/null +++ b/src/fs/test_pseudonym_data.conf @@ -0,0 +1,7 @@ +# General settings +[client] +HOME = "/tmp/gnunet-pseudonym-test" + +[TESTING] +WEAKRANDOM = YES + diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 42d91c0ba..f872527a6 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -516,7 +516,6 @@ perf_malloc_LDADD = \ EXTRA_DIST = \ test_configuration_data.conf \ test_program_data.conf \ - test_pseudonym_data.conf \ test_resolver_api_data.conf \ test_service_data.conf \ test_speedup_data.conf diff --git a/src/util/test_pseudonym_data.conf b/src/util/test_pseudonym_data.conf deleted file mode 100644 index 55230073e..000000000 --- a/src/util/test_pseudonym_data.conf +++ /dev/null @@ -1,7 +0,0 @@ -# General settings -[client] -HOME = "/tmp/gnunet-pseudonym-test" - -[TESTING] -WEAKRANDOM = YES -