Renamed Test.StorageKit.cpp/h to StorageKitTester.cpp/h. Just to avoid problems with Jam's suffix handling.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@22 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-10 01:50:25 +00:00
parent 232067ccbb
commit 5527b575c3
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
#include <unistd.h>
#include "TestUtils.h"

View File

@ -1,6 +1,15 @@
#ifndef __sk_testing_is_so_much_fun_h__
#define __sk_testing_is_so_much_fun_h__
// Some nicer test macros.
#ifdef TEST_R5
#define SK_TEST_R5 1
#define SK_TEST_OBOS_POSIX 0
#else
#define SK_TEST_R5 0
#define SK_TEST_OBOS_POSIX 1
#endif
#include <CppUnitShell.h>
#include <cppunit/TestCase.h>
#include <cppunit/TestSuite.h>