kopia lustrzana https://github.com/Hamlib/Hamlib
Add testrigcaps to catch potential shared library problems
Add testrigopen to test time it takes to timeout when rig is powered offpull/518/head
rodzic
0ad3c94e9b
commit
e32e47a858
|
@ -10,7 +10,7 @@ DISTCLEANFILES = rigctl.log rigctl.sum testbcd.log testbcd.sum hamlibdatetime.h
|
|||
|
||||
bin_PROGRAMS = rigctl rigctld rigmem rigsmtr rigswr rotctl rotctld rigctlcom ampctl ampctld
|
||||
|
||||
check_PROGRAMS = dumpmem testrig testtrn testbcd testfreq listrigs testloc rig_bench cachetest cachetest2
|
||||
check_PROGRAMS = dumpmem testrig testrigopen testrigcaps testtrn testbcd testfreq listrigs testloc rig_bench cachetest cachetest2
|
||||
|
||||
RIGCOMMONSRC = rigctl_parse.c rigctl_parse.h dumpcaps.c sprintflst.c sprintflst.h uthash.h hamlibdatetime.h
|
||||
ROTCOMMONSRC = rotctl_parse.c rotctl_parse.h dumpcaps_rot.c sprintflst.c sprintflst.h uthash.h hamlibdatetime.h
|
||||
|
@ -77,7 +77,7 @@ EXTRA_DIST = rigmatrix_head.html rig_split_lst.awk testctld.pl testrotctld.pl \
|
|||
hamlibdatetime.h.in
|
||||
|
||||
# Support 'make check' target for simple tests
|
||||
check_SCRIPTS = testrig.sh testfreq.sh testbcd.sh testloc.sh
|
||||
check_SCRIPTS = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh
|
||||
|
||||
TESTS = $(check_SCRIPTS)
|
||||
|
||||
|
@ -98,6 +98,10 @@ testloc.sh:
|
|||
echo './testloc EM79UT96LW 5' > testloc.sh
|
||||
chmod +x ./testloc.sh
|
||||
|
||||
testrigcaps.sh:
|
||||
echo './testrigcaps' > testrigcaps.sh
|
||||
chmod +x ./testrigcaps.sh
|
||||
|
||||
# If we have a .git directory then we will generate the hamlibdate.h
|
||||
# file and replace it if it is different. Fall back to a copy of a
|
||||
# generic hamlibdatetime.h.in in the source tree. Build looks in build
|
||||
|
|
Ładowanie…
Reference in New Issue