Glas :[glas] build-system for glas |
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2007-01-04 10:09:18
I'm wondering what build-system we should use for building the tests of
glas.
Currently we are using bjam. Bjam is multi-platform and has integrated
support for regression testing. Drawback is that bjam has a rather steep
learning curve.
An other option would be to use makefile's (on posix) and visual studio
solution files on windows. This means however that we will have to sync
2 build systems and that we have no integrated support for regression
testing.
Opinions?
t