--C compiler test-- Expected: [C] Hello World Actual : [C] Hello World Sep 3 2024 06:13:01 ----------------------------------- --C++ compiler test-- Expected: [C++] Hello World Actual : [C++] Hello World Sep 3 2024 06:13:02 ----------------------------------- --C compiler test (/Development/bin)-- Expected: [C] Hello World Actual : [C] Hello World Sep 3 2024 06:13:10 ----------------------------------- --C compiler test (pipe)-- Expected: [C] Hello World Actual : [C] Hello World Sep 3 2024 06:13:10 ----------------------------------- make test -> Expected: Make output and line '[C] Hello World ' ----Makefile compilation test---- gcc -c -o main.o main.c ----Makefile linking test---- gcc -o main main.o [C] Hello World Sep 3 2024 06:13:11 ----------------------------------- --make clean test-- Expected: no output ----------------------------------- --make test-- Expected: compiler and linker commands ----Makefile compilation test---- gcc -c -o main.o main.c ----Makefile linking test---- gcc -o main main.o ----------------------------------- --make -f test-- Expected: test header and two numbered lines ----Makefile python test---- ----------------------------------- grep test -> Expected: line '3:int main()' should be written 3:int main() ----------------------------------- cat test -> Expected: line 'Large brown snake' should be written Large brown snake ----------------------------------- strip test -> Expected: no lines should be written ----------------------------------- ls test -> Expected: no lines should be written ----------------------------------- find test -> Expected: no lines should be written ----------------------------------- diff test -> Expected: no lines should be written ----------------------------------- tail test -> Expected: no lines should be written ----------------------------------- --configure test-- configure: error: pngtopnm is required to build AROS. Please install and run configure again. Expected: ./Conf-Aros/Makefile created Actual : ./Conf-Aros/Makefile NOT CREATED ----------------------------------- --chain (autoconf/configure/make) test-- TEST-CONFIGURE.sh[57]: ./configure: not found make: *** No targets specified and no makefile found. Stop. Expected: ./Conf-Water/configure created Actual : ./Conf-Water/configure NOT CREATED Expected: ./Conf-Water/Makefile created Actual : ./Conf-Water/Makefile NOT CREATED Expected: ./Conf-Water/water created Actual : ./Conf-Water/water NOT CREATED -----------------------------------