intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

Set up the project for project-level testing #99

Closed myrrlyn closed 6 years ago

myrrlyn commented 7 years ago

make test and xargo test commands from the project root now work properly.

It's not pretty or perfect - xargo test fails when given the intermezzos target, and I don't know why - but it's a start.

steveklabnik commented 7 years ago

This is still getting

= note: /usr/bin/ld: /home/travis/build/intermezzOS/kernel/target/debug/build/intermezzos-326b00bff3368bc8/out/libboot.a(boot.o): relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC

which i still haven't figured out how to solve :/

steveklabnik commented 6 years ago

guh. sorry that i am the worst and let this sit for over a year. I feel terrible. I'm trying to get back to a clean slate here, so sadly, i need to close this. I hope you got something out of this, sorry for failing you :(