
24 Sep
2004
24 Sep
'04
9:23 p.m.
Gennadiy Rozental wrote:
All 20 of these files have zero size; the idea is to test boost::glob's ability to find matches. However, I'd rather not have them as part of the library. How do I get the test framework to create them for me before running a test?
Regards, Angus
Boost.Test does not have an ability to create bunch of files for testing.
Ok. My misunderstanding.
Why don't you create them yourself in your test program?
Sure, I could do that... done. Angus