lyken
|
82edcd9390
|
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-13 17:05:54 +08:00 |
lyken
|
0c3534c2f9
|
core/irrt: split irrt.cpp into headers
To scale IRRT implementations
|
2024-08-13 17:05:54 +08:00 |
lyken
|
1d2c887146
|
core/irrt: reformat
|
2024-08-13 17:05:54 +08:00 |
lyken
|
a5a25f41bb
|
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-13 17:05:54 +08:00 |