lyken
|
37a022e156
|
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-07-17 12:14:17 +08:00 |
lyken
|
17e8eeaa46
|
core/irrt: split irrt.cpp into headers & reformat
To prepare organizing for future IRRT implementations. There will be a *lot* of C++
code.
|
2024-07-17 12:14:15 +08:00 |
lyken
|
3a8c4009fd
|
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-07-17 12:14:05 +08:00 |