src/test/lp_test.cc
changeset 1390 9c8e464ed940
parent 1387 37d1b20cd9ef
     1.1 --- a/src/test/lp_test.cc	Mon Apr 25 15:43:11 2005 +0000
     1.2 +++ b/src/test/lp_test.cc	Mon Apr 25 16:22:04 2005 +0000
     1.3 @@ -1,3 +1,5 @@
     1.4 +#include<lemon/lp_skeleton.h>
     1.5 +
     1.6  #ifdef HAVE_CONFIG_H
     1.7  #include <config.h>
     1.8  #endif
     1.9 @@ -142,6 +144,9 @@
    1.10  
    1.11  int main() 
    1.12  {
    1.13 +  LpSkeleton lp_skel;
    1.14 +  lpTest(lp_skel);
    1.15 +
    1.16    LpDefault lp;
    1.17  
    1.18    lpTest(lp);