summaryrefslogtreecommitdiff
path: root/lab_6/unity/examples/example_3/readme.txt
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-26 10:24:00 -0800
committerFuwn <[email protected]>2026-02-26 10:31:15 -0800
commita14f361a60f55299e0057c419cc59e5194a77854 (patch)
treeedf54089f5849ee4dfdac48bd04bd8c271cfb62a /lab_6/unity/examples/example_3/readme.txt
parentfeat(homework_2): Add implementation (diff)
downloadcst456-a14f361a60f55299e0057c419cc59e5194a77854.tar.xz
cst456-a14f361a60f55299e0057c419cc59e5194a77854.zip
feat(lab_6): Add initial files
Diffstat (limited to 'lab_6/unity/examples/example_3/readme.txt')
-rw-r--r--lab_6/unity/examples/example_3/readme.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/lab_6/unity/examples/example_3/readme.txt b/lab_6/unity/examples/example_3/readme.txt
new file mode 100644
index 0000000..df6fb18
--- /dev/null
+++ b/lab_6/unity/examples/example_3/readme.txt
@@ -0,0 +1,19 @@
+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.
+
+You can build and test using the makefile if you have gcc installed (you may need to tweak
+the locations of some tools in the makefile). Otherwise, the rake version will let you
+test with gcc or a couple versions of IAR. You can tweak the yaml files to get those versions
+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.)
+
+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
+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