003 File Manager
Current Path:
/usr/src/contrib/ntp/sntp/unity/auto
usr
/
src
/
contrib
/
ntp
/
sntp
/
unity
/
auto
/
📁
..
📄
colour_prompt.rb
(2.61 KB)
📄
colour_reporter.rb
(1.04 KB)
📄
generate_config.yml
(1.24 KB)
📄
generate_module.rb
(7.19 KB)
📄
generate_test_runner.rb
(13.53 KB)
📄
parseOutput.rb
(6.43 KB)
📄
runner_maybe.c
(1021 B)
📄
test_file_filter.rb
(780 B)
📄
type_sanitizer.rb
(212 B)
📄
unity_test_summary.py
(4.92 KB)
📄
unity_test_summary.rb
(4.17 KB)
Editing: generate_config.yml
#this is a sample configuration file for generate_module #you would use it by calling generate_module with the -ygenerate_config.yml option #files like this are useful for customizing generate_module to your environment :generate_module: :defaults: #these defaults are used in place of any missing options at the command line :path_src: ../src/ :path_inc: ../src/ :path_tst: ../test/ :update_svn: true :includes: #use [] for no additional includes, otherwise list the includes on separate lines :src: - Defs.h - Board.h :inc: [] :tst: - Defs.h - Board.h - Exception.h :boilerplates: #these are inserted at the top of generated files. #just comment out or remove if not desired. #use %1$s where you would like the file name to appear (path/extension not included) :src: | //------------------------------------------- // %1$s.c //------------------------------------------- :inc: | //------------------------------------------- // %1$s.h //------------------------------------------- :tst: | //------------------------------------------- // Test%1$s.c : Units tests for %1$s.c //-------------------------------------------
Upload File
Create Folder