kopia lustrzana https://github.com/Hamlib/Hamlib
Remove unneeded test script testcpp.sh
Library directory ../dummy/.libs doesn't exist anymore and ../c++/.libs (a.k.a. .libs) is already used by the libtool wrapper script that runs the testcpp program.pull/1729/head
rodzic
23a54a7bdf
commit
56eea198be
|
@ -11,15 +11,7 @@ testcpp_SOURCES = testcpp.cc
|
|||
testcpp_LDADD = libhamlib++.la $(top_builddir)/src/libhamlib.la $(top_builddir)/lib/libmisc.la $(DL_LIBS)
|
||||
testcpp_DEPENDENCIES = libhamlib++.la
|
||||
|
||||
check_SCRIPTS = testcpp.sh
|
||||
|
||||
TESTS = $(check_SCRIPTS)
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
$(top_builddir)/src/libhamlib.la:
|
||||
$(MAKE) -C $(top_builddir)/src/ libhamlib.la
|
||||
|
||||
testcpp.sh:
|
||||
echo 'LD_LIBRARY_PATH=$(top_builddir)/c++/.libs:$(top_builddir)/dummy/.libs ./testcpp' > testcpp.sh
|
||||
chmod +x ./testcpp.sh
|
||||
|
||||
CLEANFILES = testcpp.sh
|
||||
|
|
Ładowanie…
Reference in New Issue