--- # super simple test project for: basic unity test assert tests :project: :use_exceptions: FALSE :use_mocks: FALSE :use_preprocessor: FALSE :use_auxiliary_dependencie: FALSE :build_root: test/system/simple/build :paths: :test: - test/system/simple/test :source: - test/system/simple/source :include: - test/system/simple/include :tools: :test_compiler: :executable: gcc :arguments: - -I"$": COLLECTION_PATHS_TEST_AND_SOURCE_INCLUDE - -D$: COLLECTION_DEFINES_TEST - -c ${1} - -o ${2} :test_linker: :executable: gcc :arguments: - ${1} - -o ${2} # built under gcc, the test is the executable (no simulator) :test_fixture: :executable: ${1} ...