60 lines
1.2 KiB
Markdown
60 lines
1.2 KiB
Markdown
### Feedback for Lab 03
|
|
|
|
Run on September 29, 11:25:17 AM.
|
|
|
|
|
|
#### Necessary Files and Structure
|
|
|
|
+ Pass: Check that directory "labs" exists.
|
|
|
|
+ Pass: Check that directory "labs/lab03" exists.
|
|
|
|
+ Pass: Change into directory "labs/lab03".
|
|
|
|
+ Fail: Check that file "makefile" exists.
|
|
|
|
"makefile" not found.
|
|
|
|
|
|
#### .gitignore configured properly
|
|
|
|
+ Skip: Check that file/directory "ducks" does not exist.
|
|
|
|
This test was not run because of an earlier failing test.
|
|
|
|
+ Skip: Check that no files with extension ".o" exist in directory "."
|
|
|
|
This test was not run because of an earlier failing test.
|
|
|
|
|
|
#### Specific Target - Duck.o
|
|
|
|
+ Skip: Attempt make Duck.o in directory ..
|
|
|
|
This test was not run because of an earlier failing test.
|
|
|
|
|
|
#### make all functional
|
|
|
|
+ Skip: Attempt make all in directory ..
|
|
|
|
This test was not run because of an earlier failing test.
|
|
|
|
|
|
#### make clean functional
|
|
|
|
+ Skip: Attempt make clean in directory ..
|
|
|
|
This test was not run because of an earlier failing test.
|
|
|
|
+ Skip: Check that file/directory "Duck.o" does not exist.
|
|
|
|
This test was not run because of an earlier failing test.
|
|
|
|
|
|
#### Variables used in makefile
|
|
|
|
+ Skip: Check $( exists in makefile.
|
|
|
|
This test was not run because of an earlier failing test.
|
|
|