denzp / rust-ptx-linker

The missing puzzle piece for NVPTX experience with Rust
MIT License
52 stars 11 forks source link

Implement compilation tests #10

Closed denzp closed 6 years ago

denzp commented 6 years ago

Currently, it's being tested with already precompiled inputs: bitcode and rlibs. This can help to avoid regressions but doesn't take in account Rust's changes.

Related to issue found at denzp/rust-ptx-builder#6