ddnet/src/test
bors[bot] d4f126810b
Merge #4484 #4486
4484: Add IStorage::FormatTmpPath static method r=heinrich5991 a=def-

Not sure I prefer it, but now it's done. Any opinions?

<!-- What is the motivation for the changes of this pull request -->

## Checklist

- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


4486: Add .a files to .gitignore r=def- a=heinrich5991

<!-- What is the motivation for the changes of this pull request -->

## Checklist

- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: def <dennis@felsin9.de>
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2021-12-21 10:30:12 +00:00
..
aio.cpp Add manual locking to ASYNCIO for transacted writes 2017-11-27 01:04:55 +01:00
bezier.cpp Add some tests for the bezier stuff 2020-07-02 11:07:30 +02:00
blocklist_driver.cpp make tests work 2021-05-06 13:10:39 +02:00
color.cpp Run clang-format 2020-09-26 21:50:15 +02:00
csv.cpp Run clang-format 2020-09-26 21:50:15 +02:00
datafile.cpp Try to use unique_ptr in tests so we can't forget to delete 2021-11-29 00:40:10 +01:00
fs.cpp Make use of IO_MAX_PATH_LENGTH 2021-09-13 12:14:50 +02:00
git_revision.cpp Use EXPECT_* rather than ASSERT_* in tests 2019-03-12 02:06:54 +01:00
hash.cpp Run clang-format 2020-09-26 21:50:15 +02:00
io.cpp Add a flag to skip a UTF-8 BOM when opening files for reading 2021-12-17 22:07:01 +01:00
jobs.cpp Make it possible to run jobs in the current thread 2021-05-13 03:15:18 +02:00
json.cpp Remove /modhelp (fixes #1401) 2018-12-12 10:05:44 +01:00
mapbugs.cpp Remove code for CRC in most places, except where needed for net compat 2020-10-14 17:08:58 +02:00
name_ban.cpp Use EXPECT_* rather than ASSERT_* in tests 2019-03-12 02:06:54 +01:00
netaddr.cpp Enable related tests 2021-07-26 13:48:12 +03:00
packer.cpp Run clang-format 2020-09-26 21:50:15 +02:00
prng.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
score.cpp Fix formatting in src/test/score.cpp 2021-12-20 14:04:41 +01:00
secure_random.cpp Add client-side HTTP server info 2021-05-14 01:00:39 +02:00
serverbrowser.cpp Try to use unique_ptr in tests so we can't forget to delete 2021-11-29 00:40:10 +01:00
serverinfo.cpp Remove unused parts of the new serverinfo 2021-05-27 21:48:10 +02:00
sorted_array.cpp Add unit test for empty range 2021-05-06 15:39:34 +02:00
str.cpp Fix string functions not to truncate in the middle of a UTF-8 character 2021-12-20 02:34:02 +01:00
strip_path_and_extension.cpp Add testing infrastructure for teehistorian 2017-09-28 02:03:30 +02:00
teehistorian.cpp teehistorian: Test statefulness of PLAYER_TEAM and TEAM_PRACTICE 2021-10-06 18:06:19 +02:00
test.cpp Add IStorage::FormatTmpPath static method 2021-12-20 16:12:15 +01:00
test.h Remove a #include <base/system.h> 2021-09-13 12:40:40 +02:00
thread.cpp Fix memory leak in Thread.Lock unit test 2021-01-22 19:18:25 +01:00
unix.cpp Add very basic test for Unix sockets 2017-12-20 16:56:44 +01:00
uuid.cpp Allow ParseUuid to report errors and add tests 2021-01-23 01:21:20 +01:00