mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Add *test* target and change some file names. #1056
This commit is contained in:
parent
cb3869a36c
commit
57a12fc5cf
@ -10,7 +10,11 @@ LIBDIR = ../lib
|
||||
LIBNAME = libSAInteg.a
|
||||
LIBOBJS = ${OBJDIR}/Integrator.o
|
||||
|
||||
all: Integ_unittest
|
||||
all: SAIntegrator_unittest
|
||||
|
||||
test: SAIntegrator_unittest
|
||||
./SAIntegrator_unittest --gtest_output=xml:${TRICK_HOME}/trick_test/SAIntegrator_unittest.xml
|
||||
|
||||
|
||||
Integ_unittest.o : Integ_unittest.cc
|
||||
$(CPP) $(CFLAGS) $(INCLUDE_DIRS) -c $<
|
Loading…
Reference in New Issue
Block a user