This website requires JavaScript.
Explore
Help
Sign In
Myth
/
serial
Watch
1
Star
0
Fork
0
You've already forked serial
mirror of
https://github.com/wjwwood/serial.git
synced
2026-01-22 11:44:53 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
serial
/
tests
History
Kelly Martines
e7cd4c506e
Build source for unix platforms, instead of just linux
...
Changed: if defined(__linux__) to: if (defined(__linux__) || defined(__unix__))
2021-10-26 17:16:40 +00:00
..
proof_of_concepts
Updating tests while testing on linux
2012-01-23 14:23:01 -06:00
unit
Add unix timer tests, clarify tests are only on unix at present, move test builds into separate makefile.
2013-11-18 21:35:07 -05:00
CMakeLists.txt
Remove Boost dependency (
#235
)
2021-06-10 15:14:20 -07:00
unix_serial_tests.cc
Build source for unix platforms, instead of just linux
2021-10-26 17:16:40 +00:00