diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2024-03-02 14:51:15 +0100 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2024-03-02 14:51:15 +0100 |
commit | 0c7c8cb1641d227a446da6e5e509c080f8b0f26d (patch) | |
tree | 34c596e44577bce76d21d54ab184d6e17a804c4c | |
parent | d6a14e77743a8fab69393a8f3d4c2983000cec0d (diff) | |
download | gnunet-0c7c8cb1641d227a446da6e5e509c080f8b0f26d.tar.gz gnunet-0c7c8cb1641d227a446da6e5e509c080f8b0f26d.zip |
SCALARPRODUCT: Disable tests depending on testbed profiler
-rw-r--r-- | src/contrib/service/scalarproduct/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/contrib/service/scalarproduct/Makefile.am b/src/contrib/service/scalarproduct/Makefile.am index 4de1f5032..b12dbace5 100644 --- a/src/contrib/service/scalarproduct/Makefile.am +++ b/src/contrib/service/scalarproduct/Makefile.am | |||
@@ -95,10 +95,11 @@ EXTRA_DIST = \ | |||
95 | test_scalarproduct.conf \ | 95 | test_scalarproduct.conf \ |
96 | $(check_SCRIPTS) | 96 | $(check_SCRIPTS) |
97 | 97 | ||
98 | check_SCRIPTS = \ | 98 | # Need deprecated and removed testbed profiler |
99 | test_scalarproduct.sh \ | 99 | #check_SCRIPTS = \ |
100 | test_scalarproduct_negative.sh \ | 100 | # test_scalarproduct.sh \ |
101 | test_scalarproduct_negativezero.sh | 101 | # test_scalarproduct_negative.sh \ |
102 | # test_scalarproduct_negativezero.sh | ||
102 | 103 | ||
103 | check_PROGRAMS = \ | 104 | check_PROGRAMS = \ |
104 | # test_ecc_scalarproduct | 105 | # test_ecc_scalarproduct |