1
0
forked from M-Labs/nac3
Commit Graph

4 Commits

Author SHA1 Message Date
65419194cb
core/irrt: introduce irrt testing
`cargo test -F test` would compile `nac3core/irrt/irrt_test.cpp`
targetted to the host machine (it gets to use `std`) and run the
test executable.
2024-08-06 09:53:59 +08:00
a343bef2ad
core/irrt: split irrt.cpp into headers
To scale IRRT implementations
2024-08-06 09:53:59 +08:00
5016b95972
core/irrt: reformat 2024-08-06 09:53:59 +08:00
051684c921
core/irrt: comment build.rs & move irrt to its own dir
To prepare for future IRRT implementations, and to also make cargo
only have to watch a single directory.
2024-08-06 09:53:59 +08:00