fixed path to invoke il_test
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 9 Sep 2004 06:54:17 +0000 (06:54 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 9 Sep 2004 06:54:17 +0000 (06:54 +0000)
org.glite.lb.common/Makefile

index 673a064..dd168dd 100644 (file)
@@ -115,7 +115,7 @@ check.gss: test_gss
        echo test_gss not run automatically util we have got some credentials
 
 check.il: il_test
-       il_test
+       ./il_test
 
 test_gss: test_gss.o
        ${LINKXX} -o $@ test_gss.o ${LTLIB} ${TEST_LIBS}