aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_batch.c
Commit message (Collapse)AuthorAge
* BUILD: Move testing to libMartin Schanzenbach2023-10-18
|
* TESTING: Sanitize API. Add new GNUNET_TESTING_command_new APIMartin Schanzenbach2022-12-08
| | | | | | | This commit changes the label member of GNUNET_TRANSPORT_Command to a static, fixed length buffer allocated with the struct itself. The check for the end of a command array should be done by checking the run command instead of the label.
* TESTING: Properly handle label allocationsMartin Schanzenbach2022-12-08
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -basic santiy for testing API, breaks transport/ buildChristian Grothoff2021-10-04
|
* -taking a first stab at cleaning up the testing messChristian Grothoff2021-10-04
|
* - added handling of asynchronous task to testing ng. added testbed commands ↵t3sserakt2021-04-15
| | | | for setting up test invironment (atm wihtout the use of the ne async handling)
* - fixed copyright datet3sserakt2021-03-04
|
* - first try to integrate GNU Taler command style testingt3sserakt2021-03-04