ADO assignment1 StorageManager CS525
-
Go to Project root (ADO_StorageManager) using Terminal.
-
Type ls and check for makefile. (To crosscheck if you are in right directory)
-
Type "make clean" to delete old compiled .o files.
-
Type "make" to compile all project files including "test_assign1_1.c" file
-
Type "make run" to run "test_assign1_1.c" file.
-
Type "make test2" to compile Custom test file "test_assign1_2.c"(added by the team).
-
Type "make run2" to run "test_assign1_2.c" file.