@@ -53,7 +53,8 @@ <h2>Contents</h2>
5353< a href ="#materials "> Materials</ a > < br >
5454< a href ="#unix_access "> Unix machine access</ a > < br >
5555< a href ="#exams "> Exams</ a > < br >
56- < a href ="#practices "> Practices and class assignments</ a > < br >
56+ < a href ="#practices "> Labs</ a > < br >
57+ < a href ="#final_assignment "> Final lab assignment</ a > < br >
5758< a href ="#consultations "> Consultations</ a > < br >
5859< a href ="#contact "> Contact</ a > < br >
5960< a href ="#schedule "> Schedule</ a > < br >
@@ -106,12 +107,14 @@ <h2><a name="exams">Exams</a></h2>
106107
107108< p > < a href ="exams.html "> Exam rules</ a > .
108109
109- < h2 > < a name ="practices "> Practices and class assignments </ a > </ h2 >
110+ < h2 > < a name ="practices "> Labs </ a > </ h2 >
110111
111112< p > Assignments from the individual lab classes: < a
112113href ="https://github.com/devnull-cz/unix-linux-prog-in-c-labs "> unix-linux-prog-in-c-labs@github</ a >
113114
114- < p > The < b > final lab assignment</ b > you need to implement to get credits for the
115+ < h2 > < a name ="final_assignment "> Final Lab Assignment</ a > </ h2 >
116+
117+ < p > The final lab assignment you need to implement to get credits for the
115118labs (which is a hard dependency for entering the credits that you get for
116119passing the exam into the school information system) is < a
117120href ="./class-assignments/labs-assignment-2019.txt "> a simple Unix/Linux
@@ -120,11 +123,16 @@ <h2><a name="practices">Practices and class assignments</a></h2>
120123< p > See < a href ="./class-assignments/extra-feedback.txt "> extra feedback</ a > based
121124on what other students already handed over before you send it to us.
122125
123- < p > Automated tests will be provided to you roughly by the end of November so
124- that you can check your implementation before handing over your solution.
125- Please note that all tests must pass (or relevant tests for the 1st phase)
126- before you hand it over. As with building your shell, we will verify the tests
127- at least on a Linux machine u-pl* in the MFF UK lab at Mala Strana.
126+ < p > Assignment verification tests are provided in < a
127+ href ="https://github.com/devnull-cz/unix-linux-prog-in-c-labs/tree/master/final-assignment-tests/shell "> https://github.com/devnull-cz/unix-linux-prog-in-c-labs/tree/master/final-assignment-tests/shell</ a > .
128+ You must pass the tests before handing over your solution. See the < a
129+ href ="https://raw.githubusercontent.com/devnull-cz/unix-linux-prog-in-c-labs/master/final-assignment-tests/shell/README "> README</ a > file
130+ for more information. Note that we will build your shell and verify the tests
131+ at least on one of the Linux machines u-pl* (which one should not matter as
132+ their configuration should be the same) in the MFF UK lab at Malá Strana.
133+ So, that means it is up to you what Linux distro or Unix-like system you choose
134+ to develop your shell on but you must be able to build it and verify the tests
135+ on a u-pl* machine as well.
128136
129137< p >
130138< table bgcolor ="lightgreen ">
0 commit comments