Browse Source

Update project.yml

master
fdai7782 11 months ago
parent
commit
e2a4524bf9
  1. 13
      project.yml

13
project.yml

@ -91,17 +91,6 @@
:system: :system:
- m # Example: add 'm' to use the math library - m # Example: add 'm' to use the math library
:test: :test:
<<<<<<< HEAD
- stdio
- string
- stdlib
- m # Example: add 'm' to use the math library in tests
:release:
- stdio
- string
- stdlib
- m # Example: add 'm' to use the math library in release builds
=======
#- stdio #- stdio
#- string #- string
#- stdlib #- stdlib
@ -111,8 +100,6 @@
#- string #- string
#- stdlib #- stdlib
#- m # Example: add 'm' to use the math library in release builds #- m # Example: add 'm' to use the math library in release builds
>>>>>>> develop
:plugins: :plugins:
:load_paths: :load_paths:
- "#{Ceedling.load_path}" - "#{Ceedling.load_path}"

Loading…
Cancel
Save