mirror of
https://github.com/google/liblc3.git
synced 2026-04-19 06:04:50 +00:00
ltpf: Move analysis to fixed point
This commit is contained in:
@@ -16,12 +16,17 @@
|
||||
|
||||
TEST_DIR := test
|
||||
|
||||
test_py:
|
||||
$(V)cd $(TEST_DIR) && python3 setup.py && python3 run.py
|
||||
|
||||
.PHONY: test test-clean
|
||||
|
||||
test:
|
||||
$(V)cd $(TEST_DIR) && python3 setup.py && python3 run.py
|
||||
test: test_py
|
||||
|
||||
test-clean:
|
||||
$(V)cd $(TEST_DIR) && python3 setup.py clean > /tmp/zero
|
||||
|
||||
-include $(TEST_DIR)/arm/makefile.mk
|
||||
-include $(TEST_DIR)/neon/makefile.mk
|
||||
|
||||
clean-all: test-clean
|
||||
|
||||
Reference in New Issue
Block a user