added gtest to dist

This commit is contained in:
Charlton, Scott R 2020-09-20 18:49:25 -06:00
parent 7423ec64d6
commit 0b3002ad87
6 changed files with 1577 additions and 12 deletions

View File

@ -376,10 +376,7 @@ if (BUILD_CLR_LIBS)
endif() endif()
endif() endif()
if (EXISTS "${PROJECT_SOURCE_DIR}/CTestConfig.cmake") include (CTest)
# enable dashboard scripting
include (CTest)
endif()
if (STANDALONE_BUILD) if (STANDALONE_BUILD)

View File

@ -5,4 +5,4 @@ EXTRA_DIST =\
IPhreeqcConfig.cmake.in\ IPhreeqcConfig.cmake.in\
IPhreeqc.rc\ IPhreeqc.rc\
resource.h resource.h
SUBDIRS = src tests examples doc database SUBDIRS = src tests examples doc database gtest

View File

@ -134,6 +134,7 @@ AC_CONFIG_FILES([
Makefile Makefile
doc/Makefile doc/Makefile
examples/Makefile examples/Makefile
gtest/Makefile
src/Makefile src/Makefile
tests/Makefile tests/Makefile
tests/phreeqc.dat tests/phreeqc.dat

View File

@ -38,7 +38,7 @@ endif()
# databases # databases
configure_file( configure_file(
../unit/phreeqc.dat.old phreeqc.dat.old
phreeqc.dat.old phreeqc.dat.old
COPYONLY COPYONLY
) )
@ -79,12 +79,6 @@ configure_file(
COPYONLY COPYONLY
) )
configure_file(
../unit/llnl.dat.old
llnl.dat.old
COPYONLY
)
configure_file( configure_file(
../database/llnl.dat ../database/llnl.dat
llnl.dat llnl.dat

17
gtest/Makefile.am Normal file
View File

@ -0,0 +1,17 @@
EXTRA_DIST =\
CMakeLists.txt\
conv_fail.in\
dump\
FileTest.cpp\
FileTest.h\
iso.dat\
kinn20140218\
missing_e.dat\
multi_punch\
multi_punch_no_set\
phreeqc.dat.old\
TestCVar.cpp\
TestIPhreeqc.cpp\
TestIPhreeqcLib.cpp\
TestSelectedOutput.cpp\
TestVar.cpp

1556
gtest/phreeqc.dat.old Normal file

File diff suppressed because it is too large Load Diff