summaryrefslogtreecommitdiff
path: root/auto_tests/tox_many_test.c
AgeCommit message (Expand)Author
2018-10-09Consistently use camel case enum names.iphydf
2018-08-25Use do-while instead of while in tests.iphydf
2018-08-16Prune long long warnings.Leonid Bobrov
2018-07-22Run Clang global static analysis on Travis.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-04-03Avoid the use of rand() in tests.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-09Remove libcheck from the dependencies.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-11-20Fix assert for the first port valueDiadlo
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-11-06Move log callback to options.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-10-11Remove duplicate tests: split tests part 2.iphydf
2016-10-06Duplicate tox_test to 4 other files.iphydf