Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 331 Bytes

File metadata and controls

5 lines (3 loc) · 331 Bytes

Airline-Checkin-System-Java

To run the code first run 'make compile' followed by 'make run'

To run the tests type 'make test'. You will need to change the Makefile for each test and include the file you want to test before running. e.g to test the data class add TestData.java, for booking add TestBooking.java and so on