support for some unittests in CMake
commit6984fb71231be03353d6d97f7d3413663e956161
authortqfx <tqfx@tqfx.org>
Tue, 27 Feb 2024 15:06:29 +0000 (27 23:06 +0800)
committertqfx <tqfx@tqfx.org>
Tue, 27 Feb 2024 16:01:45 +0000 (28 00:01 +0800)
treee8e794a4734bc55ac547149993ef60528c674cac
parentdf208cb43b46aab0156aac8bc5b3a8012c8382dd
support for some unittests in CMake
31 files changed:
liba.pyi
python/CMakeLists.txt
python/src/a/pid_fuzzy.pxi
python/test/3rd/hpf.py [copied from python/test/hpf.py with 81% similarity]
python/test/3rd/lpf.py [copied from python/test/lpf.py with 89% similarity]
python/test/3rd/mf.py [copied from python/test/mf.py with 79% similarity]
python/test/3rd/pid.py [copied from python/test/pid.py with 96% similarity]
python/test/3rd/pid_fuzzy.py [copied from python/test/pid_fuzzy.py with 72% similarity]
python/test/3rd/pid_neuro.py [copied from python/test/pid_neuro.py with 93% similarity]
python/test/3rd/tf.py [copied from python/test/tf.py with 82% similarity]
python/test/3rd/trajbell.py [copied from python/test/trajbell.py with 89% similarity]
python/test/3rd/trajpoly3.py [copied from python/test/trajpoly3.py with 90% similarity]
python/test/3rd/trajpoly5.py [copied from python/test/trajpoly5.py with 91% similarity]
python/test/3rd/trajpoly7.py [copied from python/test/trajpoly7.py with 94% similarity]
python/test/3rd/trajtrap.py [copied from python/test/trajtrap.py with 88% similarity]
python/test/a.py
python/test/crc.py
python/test/hpf.py
python/test/lpf.py
python/test/mf.py
python/test/pid.py
python/test/pid_fuzzy.py
python/test/pid_neuro.py
python/test/poly.py
python/test/tf.py
python/test/trajbell.py
python/test/trajpoly3.py
python/test/trajpoly5.py
python/test/trajpoly7.py
python/test/trajtrap.py
python/test/version.py