# TODO1: Add an executable target for the tests # TODO2: Add the TestMathFunctions.cxx file to the test target's sources # TODO3: Add the MathFunctions library to the test target's link libraries # TODO4: Write a function that takes a single operation name as an argument. # The function will call add_test() with the operation name as the NAME # of the test, and a COMMAND of the form: # TODO5: Call the function for all four supported operations: # add, mul, sqrt, sub