linprog test: fix build.

This commit is contained in:
Adrien Destugues
2014-12-24 11:52:01 +01:00
parent d87c6913ec
commit 4c0fbf2e52
2 changed files with 8 additions and 3 deletions
+8 -2
View File
@@ -4,8 +4,14 @@ SubDir HAIKU_TOP src tests libs linprog ;
UseLibraryHeaders lp_solve linprog ;
SimpleTest linprog_test :
local architectureObject ;
for architectureObject in [ MultiArchSubDirSetup ] {
on $(architectureObject) {
SimpleTest [ MultiArchDefaultGristFiles linprog_test ] :
Program.cpp
:
be liblpsolve55.so linprog.a [ TargetLibsupc++ ] [ TargetLibstdc++ ]
be [ MultiArchDefaultGristFiles liblinprog.a ]
[ TargetLibsupc++ ] [ TargetLibstdc++ ]
;
}
}
-1
View File
@@ -4,7 +4,6 @@
* Distributed under the terms of the MIT License.
*/
#include <List.h>
#include <SupportDefs.h>
#include "LinearSpec.h"