Renamed the ALM test programs to be less likely to clash with others.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23893 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-02-06 11:19:59 +00:00
parent dbc1da17ed
commit 5d84643b03
+3 -3
View File
@@ -4,19 +4,19 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
UseLibraryHeaders lp_solve linprog alm ;
Application table_test :
Application ALMTableTest :
TableTest.cpp
:
be liblpsolve55.so liblinprog.so libalm.so
;
Application test1 :
Application ALMTest1 :
Test1.cpp
:
be liblpsolve55.so be liblinprog.so libalm.so
;
Application test2 :
Application ALMTest2 :
Test2.cpp
:
be liblpsolve55.so be liblinprog.so libalm.so