/ADO_StorageManager

ADO assignment1 StorageManager CS525

Primary LanguageC

ADO_StorageManager

ADO assignment1 StorageManager CS525

  1. Go to Project root (ADO_StorageManager) using Terminal.

  2. Type ls and check for makefile. (To crosscheck if you are in right directory)

  3. Type "make clean" to delete old compiled .o files.

  4. Type "make" to compile all project files including "test_assign1_1.c" file

  5. Type "make run" to run "test_assign1_1.c" file.

  6. Type "make test2" to compile Custom test file "test_assign1_2.c"(added by the team).

  7. Type "make run2" to run "test_assign1_2.c" file.