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:
parent
c757aac399
commit
4ac038c1cc
@ -1,17 +1,16 @@
|
||||
/*
|
||||
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
|
||||
** Distributed under the terms of the OpenBeOS License.
|
||||
*/
|
||||
|
||||
|
||||
#include "DoublyLinkedListTest.h"
|
||||
#include <cppunit/Test.h>
|
||||
|
||||
#include <cppunit/TestCaller.h>
|
||||
#include <cppunit/TestSuite.h>
|
||||
#include <stdio.h>
|
||||
#include <TestUtils.h>
|
||||
|
||||
#include "DoublyLinkedList.h"
|
||||
#include <util/DoublyLinkedList.h>
|
||||
|
||||
|
||||
// Class used for testing without offset
|
||||
|
@ -1,6 +1,7 @@
|
||||
SubDir OBOS_TOP src tests kernel core util ;
|
||||
|
||||
UsePrivateHeaders [ FDirName kernel util ] ;
|
||||
UsePrivateHeaders [ FDirName kernel ] ;
|
||||
UseHeaders [ FDirName $(OBOS_TOP) src tests kits app ] ;
|
||||
|
||||
# Two versions of the test lib are not really needed until
|
||||
|
Loading…
Reference in New Issue
Block a user