summaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
AgeCommit message (Collapse)Author
2021-03-17- removed not used artefactt3sserakt
2021-03-15- added hello world test with command stylet3sserakt
2021-03-04- first try to integrate GNU Taler command style testingt3sserakt
2020-07-05Fix_build_dependenciesBertrand Marc
Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
2019-09-10remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng0
files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
2019-02-13add more missing EXTRA_DISTs and remove dv (to be integrated with transport ↵Christian Grothoff
in TNG)
2017-01-27unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff
badly
2016-09-30-eliminate dead codeChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-02-02Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN
TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff
GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
2014-01-08- utility to list peer ids from a given hostkeys fileSree Harsha Totakura
2013-09-16- replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold
2013-08-27merged 'gnunet-testing-run-service' into 'gnunet-testing'Florian Dold
2013-08-15- make no distinction between TCP and UDP port while reserving themSree Harsha Totakura
2013-08-15- debugging bind and SO_REUSEADDRSree Harsha Totakura
2013-04-26reverted changes to makefile, was just a problem with autotools on my systemFlorian Dold
2013-04-26fixed compilation errors: undefined reference to `GNUNET_ARM_[...]'Florian Dold
2013-04-19- simple test case for service sharing in testing deploymentsSree Harsha Totakura
2013-03-31- ARM based peer start stopSree Harsha Totakura
2012-12-21-renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff
2012-11-05-version bumpingChristian Grothoff
2012-06-19-porting gnunet-testing command-line tool to new testing libraryChristian Grothoff
2012-06-13-LRN: kind of fix for gnunet-testing-run-service for W32Christian Grothoff
2012-06-12added a command line tool for running and controlling services for testingFlorian Dold
2012-06-10-renamefestChristian Grothoff
2012-06-09-fixChristian Grothoff
2012-06-09-moving old testing code to legacy locationChristian Grothoff
2012-06-07-fixing #2405Christian Grothoff
2012-05-31-test case for service_startup()Sree Harsha Totakura
2012-05-30test case for peer startup in new testing librarySree Harsha Totakura
2012-05-26port reservation and test casesSree Harsha Totakura
2012-05-11-clique also causes unattributable trouble, commenting out for nowChristian Grothoff
2012-05-06-disabling failing testChristian Grothoff
2012-05-05-draft of new low-level testing APIChristian Grothoff
2012-05-05-build issues'Christian Grothoff
2012-05-03-fix compilation of new testing draftChristian Grothoff
2012-03-21-fixChristian Grothoff
2012-01-18implementing GNUNET_TESTING_get_peer_identity (addressing #2083)Christian Grothoff
2011-12-26-version bumps for releaseChristian Grothoff
2011-12-08-LRN: misc. minor fixesChristian Grothoff
2011-12-08space after backslash Matthias Wachs
2011-12-07testing cmd line toolMatthias Wachs
2011-11-05LRN: Add '-Wl,' prefix to -no-undefinedChristian Grothoff
-no-undefined is not a valid compiler option as of GCC 4.6.x (it IS valid linker option). Note that this REQUIRES an extra -no-undefined to be passed to libtool (this is done by GN_LIB_LDLFAGS and GN_PLUGIN_LDFLAGS), because libtool does not understand -Wl,-no-undefined.
2011-11-05Added testcase for 2dtorus scenario from dht and meshBart Polot
2011-11-03implementing #1747Christian Grothoff
2011-08-02defaultsChristian Grothoff
2011-07-08expensive tests flagNathan S. Evans