Commit Graph

761 Commits

Author SHA1 Message Date
Craig Dowell
48ee52fffb Make tests work with MinGW (make win32-system-wall-clock-ms work) 2009-10-20 10:05:57 -07:00
Mathieu Lacage
620130d5c2 actually port the ptr test code 2009-10-01 13:41:21 +02:00
Mathieu Lacage
42c5970153 kill dead code 2009-10-01 13:41:02 +02:00
Mathieu Lacage
c940ca5a90 bug 675: kill old test framework 2009-10-01 13:17:24 +02:00
Craig Dowell
c1142f7738 Refalgamize test framework to allow multiple test failures 2009-09-30 20:26:33 -07:00
Mathieu Lacage
3cd32263ef merge with HEAD 2009-09-30 11:09:35 +02:00
Mathieu Lacage
09576cd905 according to C language lawyers, this construct is undefined. In practice, its gcc definition is not what you want: the variable content is read before calling DoRun, and is ored+stored after calling DoRun. 2009-09-30 10:50:03 +02:00
Craig Dowell
88d279cf2d Remove and replace basic random number unit tests (bug 675) 2009-09-29 21:44:59 -07:00
Craig Dowell
5b8d79baf0 Remove and replace traced-callback unit tests (bug 675) 2009-09-29 20:45:27 -07:00
Craig Dowell
7f89c4c222 Remove and replace object unit tests (bug 675) 2009-09-29 12:34:07 -07:00
Craig Dowell
9ff06c2408 fix name service unit test 2009-09-28 20:18:49 -07:00
Craig Dowell
2fec093fad Add Names::Clear 2009-09-28 20:12:45 -07:00
Craig Dowell
100a7b1994 get rid of names silly singleton and rescan 2009-09-28 19:39:49 -07:00
Craig Dowell
95177cc4a4 Remove and repalce global-value unit test (bug 675) 2009-09-25 18:18:19 -07:00
Craig Dowell
4e68f4c711 remove, not ifdef out 2009-09-25 17:39:44 -07:00
Craig Dowell
c1711788e0 Remove and replace config unit test (bug 675) 2009-09-25 17:37:33 -07:00
Craig Dowell
8c2d2cb0dd Remove and replace Callback unit test, add examples to test.py 2009-09-25 14:10:28 -07:00
Craig Dowell
5fd64b422f remove names.cc unit test (bug 675) 2009-09-25 10:38:36 -07:00
Craig Dowell
02c9beac45 Remove and replace type traits unit test (bug 675) 2009-09-24 23:48:35 -07:00
Craig Dowell
dd98ef2ee9 Remove and replace CommandLine BVT (bug 675) 2009-09-24 12:15:14 -07:00
Craig Dowell
b40ea0f3b5 branch merge 2009-09-23 15:20:41 -07:00
Craig Dowell
8f7f202b7e Remove and replace attribute unit tests (bug 675) 2009-09-23 15:20:23 -07:00
Aleksey Kovalenko
912e6dc45a bug 687: Build failed with GSL in non-default location 2009-09-23 20:48:43 +04:00
Sebastien Vincent
9f16bba32e Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf. 2009-09-18 22:18:06 +02:00
Sebastien Vincent
fac12d7448 Doxygenize. 2009-09-18 18:21:15 +02:00
Craig Dowell
ae814b5f5c fc11 is pretty picky about headers 2009-09-12 22:55:20 -07:00
Craig Dowell
05610b3c56 test framework should probably work on all supported machines 2009-09-12 20:00:36 -07:00
Craig Dowell
3ad8ddf899 add test and validation framework 2009-09-12 19:44:17 -07:00
Duy Nguyen
a167b1dbcf Fixed erroneous first return of Normal Variable 2009-08-24 18:31:59 -07:00
Mathieu Lacage
7e5b776cda introduce Vector2D and Vector3D 2009-08-14 11:53:23 +02:00
Pavel Boyko
ced9c50874 Use operator== instead of operator!= in NS_TEST_ASSERT_EQUAL 2009-07-13 09:07:02 +02:00
Mathieu Lacage
d90fd1db17 add StaticCast to mirror DynamicCast and ConstCast 2009-07-07 13:03:21 +02:00
Nicola Baldo
6bdfdc8dc5 implemented GlobalValue::GetValueByName () 2009-07-03 13:43:43 +02:00
Mathieu Lacage
db1bc136af use the new global value anchors to reference RngSeed and RndRun 2009-07-02 15:33:27 +02:00
Mathieu Lacage
2cb7749057 document how a GlobalValue can be set from the command-line and with an environment variable 2009-07-02 15:32:37 +02:00
Ma Keith
bd55dff429 bug 607: AttributeList::Deserialize buggy 2009-06-26 08:56:13 +02:00
Francesco Malandrino
de2872bf8b New Zipf random variable 2009-06-23 22:42:09 -07:00
Mathieu Lacage
0d5554a509 make CreateObject<> behave like Create<>: use positional constructor arguments rather than attribute lists. 2009-06-19 08:43:58 +02:00
Gustavo J. A. M. Carneiro
31af526c8b Run unit tests as indenpendent WAF tasks 2009-06-12 12:33:37 +01:00
Mathieu Lacage
77014e909b bug 561: CommandLine based programs should exit with non-zero return if bad parameters are given 2009-06-03 10:02:25 +02:00
Tom Henderson
81bde7afdf Doxygen cleanup 2009-05-30 15:20:56 -07:00
Tom Henderson
f2804fd500 src/ and utils/ changes for IPv4 routing rework 2009-05-28 21:37:25 -07:00
Gustavo J. A. M. Carneiro
21914357fb Upgrade to WAF 1.5.5 2009-04-20 17:39:54 +01:00
Mathieu Lacage
eb76ef65e9 bug 552: build with gcc 4.4 2009-04-17 15:22:41 +02:00
Nicola Baldo
22545849a4 bug 534: non-const Ptr<T>::operator * () returns const reference 2009-04-16 13:28:51 +02:00
Mathieu Lacage
d2631f6102 detect duplicate attributes, even in parent classes 2009-04-16 10:55:56 +02:00
Mathieu Lacage
c9c9a434d4 bug 544: TypeId::AddTraceSource should assert on duplicate trace source name 2009-04-16 10:27:55 +02:00
Timo Bingmann
9613fb839c bug 475: GammaVariable and ErlangVariable 2009-04-16 10:07:48 +02:00
Craig Dowell
4d1839e95f don't use pthread option under cygwin 2009-03-27 09:58:04 -07:00
Craig Dowell
4d17b00ad4 Make Names API return void not bool, rescan for Python Bindings 2009-03-26 17:39:20 -07:00