if ENABLE_TEST_RUN
-TESTS = test_0 test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast
+TESTS = test_0 test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_1 test_mesh_small_unicast
endif
EXTRA_DIST = \
-#!/bin/sh
+#!/bin/bash
N=$(ps aux | grep gnunet | wc -l)
if [[ $N > 1 ]]; then
echo "WARNING: there are GNUnet processes running!!!"
--- /dev/null
+#!/bin/bash
+N=$(ps aux | grep gnunet | wc -l)
+if [[ $N > 1 ]]; then
+ echo "WARNING: there are GNUnet processes running!!!"
+ echo "WARNING: test may fail because of this!"
+fi
+ps aux | grep gnunet