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:
Axel Dörfler 2004-05-05 16:23:08 +00:00
parent c757aac399
commit 4ac038c1cc
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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