Tweek Makefile #1056

This commit is contained in:
Penn, John M 047828115 2020-09-27 23:25:53 -05:00
parent f2400f8d23
commit c540cb820e

View File

@ -10,7 +10,7 @@ LIBDIR = ../lib
LIBNAME = libSAInteg.a
LIBOBJS = ${OBJDIR}/Integrator.o
all: SAIntegrator_unittest
all: test
test: SAIntegrator_unittest
./SAIntegrator_unittest --gtest_output=xml:${TRICK_HOME}/trick_test/SAIntegrator_unittest.xml