haiku/src/tests
Ingo Weinhold c64ead1580 Accidentially gave a empty commit message when committing the changes to
the bfs_shell related files:
* Fixed a couple of `friend without struct/class' errors gcc 3
  complains about.
* Several adjustments do make the FS add-on build in a BeOS-like
  environment. E.g. the fs_shell header "myfs.h" is not longer included.
  For "cache.h" and "proto.h" the local copies are included.
* additional_commands.c must is part of the fs_shell and must be build in
  the same environment as the fs_shell. The fs_shell definitions must be
  used for system dependencies.
* The FS add-on has a platform dependency, since it opens and fstat()s
  the underlying device. open() is harmless, but we must wrap fstat().
* We don't longer compile in kernel_cpp.cpp, but rather use the
  platform C++ support directly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11569 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-03 23:48:52 +00:00
..
add-ons Accidentially gave a empty commit message when committing the changes to 2005-03-03 23:48:52 +00:00
apps Initial checkin. makeudfimage tests. 2004-01-20 05:19:05 +00:00
kernel Some work on the userland boot loader test: moved over to new DoublyLinkedList, 2005-02-03 18:30:29 +00:00
kits Added BAlert manual test, used to make the BAlert unit tests and compare the behavior of Be's BAlert to Haiku's BAlert. 2005-02-13 16:49:03 +00:00
servers clean up, ellipse comparison test 2005-02-04 15:40:37 +00:00
ExampleTest.cpp + Moved BAutolock and BArchivable over to new testing framework. 2002-07-19 06:45:28 +00:00
ExampleTest.h + Moved BAutolock and BArchivable over to new testing framework. 2002-07-19 06:45:28 +00:00
ExampleTestAddon.cpp Unit testing update: 2002-07-17 10:50:55 +00:00
Jamfile Added makeudfimage tests. 2004-01-20 05:36:15 +00:00
UnitTester.cpp The UnitTester does now find the platform specific unit testers also when invoked from another directory. 2002-08-13 22:40:35 +00:00
UnitTesterHelper.cpp Made the Unit test stuff a bit more mwcc/mwld friendly. It still doesn't build right out of the box with our build system, but with a few changes to the build system it can be done (I'm not going to do that, though). 2004-02-18 21:38:04 +00:00
UnitTesterHelper.h Made the Unit test stuff a bit more mwcc/mwld friendly. It still doesn't build right out of the box with our build system, but with a few changes to the build system it can be done (I'm not going to do that, though). 2004-02-18 21:38:04 +00:00
UnitTesterHelper.rsrc added resource "res_image", type B_TRANSLATOR_BITMAP, id 246. added for use with BTranslationUtils tests 2002-12-14 02:47:59 +00:00