lyken
|
c1369ea5bd
|
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-31 09:52:43 +08:00 |
lyken
|
ef28138291
|
core/irrt: split irrt.cpp into headers
To scale IRRT implementations
|
2024-07-31 09:52:43 +08:00 |
lyken
|
e4ba5e6411
|
core/irrt: reformat
|
2024-07-31 09:52:43 +08:00 |
lyken
|
3f0e7e28b8
|
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-31 09:52:43 +08:00 |