test: Import LC3 C module without assuming it's locally gnerated

This commit is contained in:
Antoine SOULIER
2022-07-08 21:41:48 +02:00
parent d1e9270ca1
commit 079d45fd65
11 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
import numpy as np
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C

View File

@@ -16,7 +16,7 @@
import numpy as np
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C

View File

@@ -21,7 +21,7 @@ import scipy.io.wavfile as wavfile
import struct
import argparse
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
import mdct, energy, bwdet, sns, tns, spec, ltpf

View File

@@ -21,7 +21,7 @@ import scipy.io.wavfile as wavfile
import struct
import argparse
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
import attdet, ltpf

View File

@@ -16,7 +16,7 @@
import numpy as np
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
### ------------------------------------------------------------------------ ###

View File

@@ -17,7 +17,7 @@
import numpy as np
import scipy.signal as signal
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
### ------------------------------------------------------------------------ ###

View File

@@ -17,7 +17,7 @@
TEST_DIR := test
test_py:
$(V)cd $(TEST_DIR) && python3 setup.py && python3 run.py
$(V)cd $(TEST_DIR) && python3 setup.py && PYTHONPATH=build python3 run.py
.PHONY: test test-clean

View File

@@ -17,7 +17,7 @@
import numpy as np
import scipy.fft
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
### ------------------------------------------------------------------------ ###

View File

@@ -17,7 +17,7 @@
import numpy as np
import scipy.fftpack as fftpack
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
### ------------------------------------------------------------------------ ###

View File

@@ -16,7 +16,7 @@
import numpy as np
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
import bwdet as m_bwdet

View File

@@ -16,7 +16,7 @@
import numpy as np
import build.lc3 as lc3
import lc3
import tables as T, appendix_c as C
### ------------------------------------------------------------------------ ###