Skip to content

Commit

Permalink
Create a directory called generated for all generated files. Move fil…
Browse files Browse the repository at this point in the history
…es generated by unit test to the new directory.
  • Loading branch information
krichardsson committed Jun 8, 2021
1 parent 23e9b80 commit f5b67ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tags

current_platform.mk

/generated-test/**
/generated/**
**/__pycache__/**

/docs/.jekyll-metadata
Expand Down
Empty file removed generated-test/build/.gitkeep
Empty file.
Empty file removed generated-test/mocks/.gitkeep
Empty file.
4 changes: 2 additions & 2 deletions tools/test/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ compiler:
path: gcc
source_path: &source_path 'src/'
unit_tests_path: &unit_tests_path 'test/**/'
mocks_path: &mocks_path 'generated-test/mocks/'
build_path: &build_path 'generated-test/build/'
mocks_path: &mocks_path 'generated/test/mocks/'
build_path: &build_path 'generated/test/build/'
options:
- '-c'
- '-Wall'
Expand Down

0 comments on commit f5b67ef

Please sign in to comment.