aboutsummaryrefslogtreecommitdiff
path: root/math/metis-edf/files/patch-Test::Makefile
blob: 054f0f3071525225716c3af00eb9adde3999f4a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Test/Makefile.orig	2008-12-03 11:08:03.000000000 +0100
+++ Test/Makefile	2010-05-16 16:42:30.000000000 +0200
@@ -4,12 +4,12 @@
 
 vers_check:
 	@echo "### Test 2 : test --version option, onmetis returns :"
-	(../onmetis --version ; exit 0)
+	@echo `LD_LIBRARY_PATH=.. ../onmetis.exe --version`
 	@echo " "
 
 fort.85 : fort.81
 	@echo "### Test 1 : data file produced by Code_Aster"
-	../onmetis fort.81
+	LD_LIBRARY_PATH=.. ../onmetis.exe fort.81
 	@echo " "
 
 clean: