mystikos
mystikos copied to clipboard
Remove generating binaries in the SUBBINDIR
The following tests create binaries in the build/bin/tests directory which should be avoided
- [ ] timeval
- [ ] ext2
- [ ] args
- [ ] buf
- [ ] mman
- [ ] mount
- [ ] cpio
- [ ] elf
- [ ] strings
- [ ] json
- [ ] conf
- [ ] round
All test built binaries and intermediate should be under the build directory. This also means moving the appdir's into the build directory too. Therefore everything should be under ./build/tests/... to keep the bin directory just for released binaries.