Sha256: 4b184304c4a432f90733a03541c7655c42683625047e34d9447698fa7fc39373

Contents?: true

Size: 740 Bytes

Versions: 21

Compression:

Stored size: 740 Bytes

Contents

---
# 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}

...

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ceedling-0.25.0 test_graveyard/system/project_simple.yml
ceedling-0.24.0 test_graveyard/system/project_simple.yml
ceedling-0.22.0 test_graveyard/system/project_simple.yml
ceedling-0.21.0 test_graveyard/system/project_simple.yml
ceedling-0.20.3 test_graveyard/system/project_simple.yml
ceedling-0.20.2 test_graveyard/system/project_simple.yml
ceedling-0.19.0 test_graveyard/system/project_simple.yml
ceedling-0.18.0 test_graveyard/system/project_simple.yml
ceedling-0.17.0 test_graveyard/system/project_simple.yml
ceedling-0.16.0 test_graveyard/system/project_simple.yml
ceedling-0.15.6 test_graveyard/system/project_simple.yml
ceedling-0.15.5 test_graveyard/system/project_simple.yml
ceedling-0.15.4 test_graveyard/system/project_simple.yml
ceedling-0.15.3 test_graveyard/system/project_simple.yml
ceedling-0.15.2 test_graveyard/system/project_simple.yml
ceedling-0.15.1 test_graveyard/system/project_simple.yml
ceedling-0.15.0 test_graveyard/system/project_simple.yml
ceedling-0.13.0 test_graveyard/system/project_simple.yml
ceedling-0.13.0.rc1 test_graveyard/system/project_simple.yml
ceedling-0.0.2 new_project_template/vendor/ceedling/test/system/project_simple.yml