Thanks for the changes. I'm backlogged here, so I just checked them in
and didn't bother testing/verifying anything. (You sure you don't want
repo write access?)
> These are all CMake scripts, though...do we have any meaningful
> CMakeLists.lua files, or are we still just rolling Hello World test
> cases?
No, we still don't have any meaningful CMakeLists.lua files. This
needs to be done. We need both unit test like things for testing
individual things like API testing, fancy argument handing, variable
bridging (one direction, both directions), variable scoping, etc. And
we need some real-world-like projects to pound on things. Though I
should warn you that we haven't finalized the scripting interface
design so having too many projects at this point may cause different
problems.
Thanks,
Eric
The tests in CMake/Tests cover a lot of different issues in CMake and they
come in mostly bite sized pieces. Plus converting them has the advantage
that they can become your Lua regression test suite.
Ken