mirror of https://github.com/CGAL/cgal
set LD_LIBRARY_PATH for running rounding_modes test
This commit is contained in:
parent
56cdb4b556
commit
ce743d1b11
|
|
@ -25,8 +25,8 @@ build-stamp: patch-stamp
|
||||||
--with-X11 --with-OPENGL --with-QT3MT \
|
--with-X11 --with-OPENGL --with-QT3MT \
|
||||||
--with-BLASGCCATLAS --with-LAPACK
|
--with-BLASGCCATLAS --with-LAPACK
|
||||||
$(MAKE) -C $(CURDIR)/debian/tests rounding_modes
|
$(MAKE) -C $(CURDIR)/debian/tests rounding_modes
|
||||||
-$(CURDIR)/debian/tests/rounding_modes
|
-LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib $(CURDIR)/debian/tests/rounding_modes
|
||||||
$(MAKE) -C $(CURDIR)/debian/tests clean
|
-$(MAKE) -C $(CURDIR)/debian/tests clean
|
||||||
touch build-stamp
|
touch build-stamp
|
||||||
|
|
||||||
clean: clean-patched unpatch
|
clean: clean-patched unpatch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue