Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Unity
提交
8ca802d4
T
Third Party Unity
项目概览
OpenHarmony
/
Third Party Unity
1 年多 前同步成功
通知
36
Star
144
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Unity
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
8ca802d4
编写于
7月 19, 2013
作者:
W
Warwick Stone
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Updated examples
* Renamed example x to example 3
上级
d27699d9
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
4 addition
and
3 deletion
+4
-3
examples/example_3/helper/UnityHelper.c
examples/example_3/helper/UnityHelper.c
+0
-0
examples/example_3/helper/UnityHelper.h
examples/example_3/helper/UnityHelper.h
+0
-0
examples/example_3/makefile
examples/example_3/makefile
+0
-0
examples/example_3/rakefile.rb
examples/example_3/rakefile.rb
+0
-0
examples/example_3/rakefile_helper.rb
examples/example_3/rakefile_helper.rb
+0
-0
examples/example_3/readme.txt
examples/example_3/readme.txt
+4
-3
examples/example_3/src/ProductionCode.c
examples/example_3/src/ProductionCode.c
+0
-0
examples/example_3/src/ProductionCode.h
examples/example_3/src/ProductionCode.h
+0
-0
examples/example_3/src/ProductionCode2.c
examples/example_3/src/ProductionCode2.c
+0
-0
examples/example_3/src/ProductionCode2.h
examples/example_3/src/ProductionCode2.h
+0
-0
examples/example_3/target_gcc_32.yml
examples/example_3/target_gcc_32.yml
+0
-0
examples/example_3/test/TestProductionCode.c
examples/example_3/test/TestProductionCode.c
+0
-0
examples/example_3/test/TestProductionCode2.c
examples/example_3/test/TestProductionCode2.c
+0
-0
examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
examples/example_3/test/no_ruby/TestProductionCode2_Runner.c
+0
-0
examples/example_3/test/no_ruby/TestProductionCode_Runner.c
examples/example_3/test/no_ruby/TestProductionCode_Runner.c
+0
-0
未找到文件。
examples/example_
x
/helper/UnityHelper.c
→
examples/example_
3
/helper/UnityHelper.c
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/helper/UnityHelper.h
→
examples/example_
3
/helper/UnityHelper.h
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/makefile
→
examples/example_
3
/makefile
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/rakefile.rb
→
examples/example_
3
/rakefile.rb
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/rakefile_helper.rb
→
examples/example_
3
/rakefile_helper.rb
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/readme.txt
→
examples/example_
3
/readme.txt
浏览文件 @
8ca802d4
Example Project
Example 3
=========
This example project gives an example of some passing, ignored, and failing tests.
It's simple and meant for you to look over and get an idea for what all of this stuff does.
...
...
@@ -9,10 +10,10 @@ test with gcc or a couple versions of IAR. You can tweak the yaml files to get
running.
Ruby is required if you're using the rake version (obviously). This version shows off most of
Unity's advanced features (automatically creating test runners, fancy summaries, etc.)
Unity's advanced features (automatically creating test runners, fancy summaries, etc.)
The makefile version doesn't require anything outside of your normal build tools, but won't do the
extras for you. So that you can test right away, we've written the test runners for you and
extras for you. So that you can test right away, we've written the test runners for you and
put them in the test\no_ruby subdirectory. If you make changes to the tests or source, you might
need to update these (like when you add or remove tests). Do that for a while and you'll learn
why you really want to start using the Ruby tools.
\ No newline at end of file
examples/example_
x
/src/ProductionCode.c
→
examples/example_
3
/src/ProductionCode.c
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/src/ProductionCode.h
→
examples/example_
3
/src/ProductionCode.h
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/src/ProductionCode2.c
→
examples/example_
3
/src/ProductionCode2.c
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/src/ProductionCode2.h
→
examples/example_
3
/src/ProductionCode2.h
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/target_gcc_32.yml
→
examples/example_
3
/target_gcc_32.yml
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/test/TestProductionCode.c
→
examples/example_
3
/test/TestProductionCode.c
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/test/TestProductionCode2.c
→
examples/example_
3
/test/TestProductionCode2.c
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/test/no_ruby/TestProductionCode2_Runner.c
→
examples/example_
3
/test/no_ruby/TestProductionCode2_Runner.c
浏览文件 @
8ca802d4
文件已移动
examples/example_
x
/test/no_ruby/TestProductionCode_Runner.c
→
examples/example_
3
/test/no_ruby/TestProductionCode_Runner.c
浏览文件 @
8ca802d4
文件已移动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录