NTmatter / LLBoy

Rudimentary GameBoy emulator utilizing LLVM for incremental translation of bytecode to native or LLVM JIT.
http://www.axante.net/projects/llboy
20 stars 0 forks source link

Move your tests into the test/ folder #2

Closed jbueza closed 8 years ago

NTmatter commented 13 years ago

This might be a challenge in the context of the current project layout. I think it'll be doable with a little bit of re-jigging and reorganization to make use of actual linked libraries.

As a temporary workaround, I've renamed all the tests to be "test$COMPONENT$PART" such as test_cpu_arithmetic, allowing for a cleaner file list.

jbueza commented 13 years ago

:D

The node project has a pretty sweet structure: https://github.com/joyent/node

NTmatter commented 13 years ago

Definitely does. It looks like it was put together by someone who knows what they're doing -- I'll see what can be gleaned from it, but I suspect that there will still be a mess due to how I'm generating the LLVM Bitcode.