forked from PAWPAW-Mirror/lib_xua
- 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
12 lines
272 B
Makefile
12 lines
272 B
Makefile
|
|
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
|