lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] odd/multiarch 5a06d36 1/3: Note a workaround for a p


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 5a06d36 1/3: Note a workaround for a particular "make system_test" problem
Date: Thu, 18 Apr 2019 12:19:28 -0400 (EDT)

branch: odd/multiarch
commit 5a06d367c28d8b9aa391ed2ca596e04fd61f3f58
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Note a workaround for a particular "make system_test" problem
---
 workhorse.make | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/workhorse.make b/workhorse.make
index 1bff226..86c87d1 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -1447,6 +1447,12 @@ dot_test_files =
 %.cns: dot_test_files = $(basename $(notdir $@)).*test
 %.ill: dot_test_files = $(basename $(notdir $@)).*test
 
+# If no testdecks are found, do something like this:
+# cp -a /opt/lmi/proprietary/test/* /opt/lmi/i686-w64-mingw32/test
+# cp -a /opt/lmi/proprietary/test/* /opt/lmi/i686-w64-mingw32/touchstone
+# cp -a /opt/lmi/proprietary/test/* /opt/lmi/x86_64-w64-mingw32/test
+# cp -a /opt/lmi/proprietary/test/* /opt/lmi/x86_64-w64-mingw32/touchstone
+
 # This must be a 'make' variable so that the targets it contains can
 # be made PHONY.
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]