aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/Makefile.am
Commit message (Collapse)AuthorAge
* multicast: remove old testxrs2018-01-04
|
* fix more 'make dist' issuesChristian Grothoff2018-01-02
|
* test_multicast: test 12 peers in line and star topologyxrs2017-08-02
|
* add local test againxrs2017-07-13
|
* multicast: remove unnecessary header file in Makefile.amxrs2017-07-04
|
* Update multicast testxrs2017-06-22
|
* Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-13
|\ | | | | | | | | Conflicts: src/multicast/test_multicast_2peers.c
* | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-03-13
|\|
| * rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
| |
* | multicast: add new test case to Makefile.amxrs2017-03-13
|/
* add test_multicast_2peers.cxrs2017-03-09
|
* test_multicast_multipeer.c: add ping pong testxrs2017-03-08
|
* Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-02-28
|\ | | | | | | | | Conflicts: src/multicast/test_multicast_multipeer.c
| * multicast: logging, test fixtg(x)2017-02-24
| |
| * multicast: switch to new cadet apitg(x)2017-02-22
| |
* | More API function tests...xrs2017-02-28
|/
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* multicast,psyc,social: remove core dependencnyGabor X Toth2016-09-23
|
* Add new testcase for multipeer scenario. xrs2016-09-07
|
* multicast testsGabor X Toth2015-09-13
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* multicast: use cadet to contact remote peersGabor X Toth2014-07-25
|
* multicast: run testing peerGabor X Toth2014-05-27
|
* psyc, multicast: join decision, testsGabor X Toth2014-05-26
|
* psyc, multicast: join decisionGabor X Toth2014-05-22
|
* multicast: send messages between client lib & serviceGabor X Toth2014-05-13
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -fix build system issuesChristian Grothoff2013-12-23
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -harness for multicastChristian Grothoff2013-08-30