Fixed the build of the DoublyLinkedList test.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7417 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,17 +1,16 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
** Copyright 2003-2004, Axel Dörfler, [email protected]. All rights reserved.
|
||||||
** Distributed under the terms of the OpenBeOS License.
|
** Distributed under the terms of the OpenBeOS License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "DoublyLinkedListTest.h"
|
#include "DoublyLinkedListTest.h"
|
||||||
#include <cppunit/Test.h>
|
|
||||||
#include <cppunit/TestCaller.h>
|
#include <cppunit/TestCaller.h>
|
||||||
#include <cppunit/TestSuite.h>
|
#include <cppunit/TestSuite.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <TestUtils.h>
|
#include <TestUtils.h>
|
||||||
|
|
||||||
#include "DoublyLinkedList.h"
|
#include <util/DoublyLinkedList.h>
|
||||||
|
|
||||||
|
|
||||||
// Class used for testing without offset
|
// Class used for testing without offset
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
SubDir OBOS_TOP src tests kernel core util ;
|
SubDir OBOS_TOP src tests kernel core util ;
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName kernel util ] ;
|
UsePrivateHeaders [ FDirName kernel util ] ;
|
||||||
|
UsePrivateHeaders [ FDirName kernel ] ;
|
||||||
UseHeaders [ FDirName $(OBOS_TOP) src tests kits app ] ;
|
UseHeaders [ FDirName $(OBOS_TOP) src tests kits app ] ;
|
||||||
|
|
||||||
# Two versions of the test lib are not really needed until
|
# Two versions of the test lib are not really needed until
|
||||||
|
|||||||
Reference in New Issue
Block a user