[XPS-devel] Framework Software Added To CVS
Status: Alpha
Brought to you by:
raspencer
From: Reid S. <re...@re...> - 2002-08-05 08:00:39
|
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hi, I have added various bits of software to the CVS tree for XPS. I've spent a bit of time getting the "configure.in" for autoconf working correctly and documenting it. The makefile system is now up and running for the various directories under "src". Two of the directories under src now contain software that compiles correctly with automake on my Red Hat Linux 7.3 system. Hopefully it will on yours too. The two directories are "util" and "test". "util" provides various utilities for exception handling, assertions, etc. Our interface to internationalization will go here as will other "kitchen sink" type software that doesn't really belong anywhere else. The "test" directory is a reincarnation of a unit test facility that I've had kicking around for a couple of years. It provides various C++ classes and #defines to make writing test suites/scenarios/cases easier. I'll write some documentation on that because I would like each module that we write to have a Unit test capability to show that it works (in isolation). Let me know if you have any difficulties .. there's lots more coming. Reid |