From abfe30c19d55848fa2b04e144b914236f3497379 Mon Sep 17 00:00:00 2001 From: "Penn, John M 047828115" Date: Mon, 28 Sep 2020 00:44:30 -0500 Subject: [PATCH] update Makefile --- trick_source/trick_utils/SAIntegrator/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trick_source/trick_utils/SAIntegrator/test/Makefile b/trick_source/trick_utils/SAIntegrator/test/Makefile index 4a9e5947..39ec7b33 100644 --- a/trick_source/trick_utils/SAIntegrator/test/Makefile +++ b/trick_source/trick_utils/SAIntegrator/test/Makefile @@ -13,7 +13,7 @@ LIBOBJS = ${OBJDIR}/Integrator.o all: test test: SAIntegrator_unittest - ./SAIntegrator_unittest --gtest_output=xml:${TRICK_HOME}/trick_test/SAIntegrator_unittest.xml + ./SAIntegrator_unittest --gtest_output=xml:${TRICK_HOME}/trick_test/SAIntegrator_unittest.xml SAIntegrator_unittest.o : SAIntegrator_unittest.cc @@ -29,4 +29,4 @@ clean: ${RM} *.o spotless: clean - ${RM} Integ_unittest + ${RM} SAIntegrator_unittest