forked from PAWPAW-Mirror/lib_xua
- Added test_mixer_routing_output
- Various buffers no longer marked static to allow for easier unit testing - Added some comments and removed some dead code from the implementation - Moved mixer control comms to functions for unit test convenience
This commit is contained in:
11
tests/test_mixer_routing_output/Makefile
Normal file
11
tests/test_mixer_routing_output/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
TEST_FLAGS ?= -DTEST_SEED=$(TEST_SEED)
|
||||
|
||||
XCC_FLAGS = -O3 -g -DDEBUG_PRINT_ENABLE_main=0 $(TEST_FLAGS)
|
||||
|
||||
TARGET = test_xs3_600.xn
|
||||
|
||||
USED_MODULES = lib_xua lib_logging lib_random
|
||||
|
||||
XMOS_MAKE_PATH ?= ../..
|
||||
-include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.common
|
||||
Reference in New Issue
Block a user