Skip to content

Commit 1ee8fc9

Browse files
authored
Merge pull request Hamlib#1696 from dforsi/fix/tests
Ignore files related to tests and delete generated files
2 parents f9d3a2e + cb113b5 commit 1ee8fc9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ libtool
2929
ltmain.sh
3030
missing
3131
py-compile
32+
tuner_control.log
3233
autom4te.cache/
3334
bindings/Hamlib.py
3435
bindings/hamlibvb.bas
@@ -57,6 +58,7 @@ tests/rigctlcom
5758
tests/rigctld
5859
tests/rigctlsync
5960
tests/rigctltcp
61+
tests/rigfreqwalk
6062
tests/rigmem
6163
tests/rigsmtr
6264
tests/rigswr
@@ -75,3 +77,4 @@ obj/
7577
.cproject
7678
.DS_Store
7779
._.DS_Store
80+
__pycache__

bindings/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
126126

127127
install-py:
128128
clean-py:
129+
$(AM_V_at)rm -rf $(builddir)/__pycache__
129130
distclean-py:
130131
uninstall-py:
131132

tests/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ test2038.sh:
147147
echo 'LD_LIBRARY_PATH=$(top_builddir)/src/.libs:$(top_builddir)/dummy/.libs ./test2038 1' > test2038.sh
148148
chmod +x ./test2038.sh
149149

150-
CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh rigtestlibusb build-w32.sh build-w64.sh build-w64-jtsdk.sh testgrid.sh testrigcaps.sh test2038.sh
150+
CLEANFILES = testrig.sh testfreq.sh testbcd.sh testloc.sh testrigcaps.sh testcache.sh testcookie.sh rigtestlibusb build-w32.sh build-w64.sh build-w64-jtsdk.sh testgrid.sh testrigcaps.sh test2038.sh tuner_control.log

0 commit comments

Comments
 (0)