Commit Graph
19 Commits
Author SHA1 Message Date
Tzanio Kolev 5808fd93c5 Merge pull request #742 from mfem/gzdata-collection-dev
Added the gzstream capability to the data collection classes [gzdata-collection-dev]
2019-05-20 11:41:06 -07:00
camierjs 4110071899 Remove commented lines of unused variables 2019-05-16 10:21:06 -07:00
camierjs 714bb88be2 Fix nvcc warnings in make all 2019-05-13 11:23:43 -07:00
Holger Jones 881cc50cfd fix to bring in platform specific rmdir; lowered pts threshold in inversetransform test 2019-04-17 21:21:08 -07:00
Veselin Dobrev 2a0c8f25d3 Fix a bug in tests/unit/CMakeLists.txt that prevented building of
the unit tests with CMake.
2019-04-16 22:38:30 -07:00
Tzanio 1cf8bdeb5d Better way to handle MFEM_LINK_FLAGS 2019-03-26 17:14:25 -07:00
Tzanio 66e769d6a5 - Remove asserts
- Introduce MFEM_LINK_FLAGS to handle the fact that nvcc compiler cannot link with -x=cu
- Fixed building of 'make cuda; make all; make test'
2019-03-25 18:20:43 -07:00
Tzanio 5f9ac7cde1 make style 2019-02-16 21:23:47 -08:00
Aaron Fisher 111f2158cb Added the gzstream capability to the data collection classes. 2019-02-12 13:05:32 -08:00
Veselin Dobrev ffaa2ed259 Few small updates related to the renamed unit test executable. 2018-11-30 22:06:27 -08:00
Veselin Dobrev 6a2d288ece In tests/unit/makefile, always use the full path to the source
files - this is needed as a workaround for an issue in Coveralls
when run in Travis CI.
2018-11-30 21:22:16 -08:00
Veselin Dobrev 62182060e9 In tests/unit, define target 'test' in the GNU makefile, similar
to the makefiles in the examples and miniapps directories.

In the top-level makefile:
* the target 'all' will also build the unit tests
* the target 'test' will also run the unit tests
* removed the target 'alltest' (now it is the same as 'test')

In .travis.yml, since the 'test' target will run the unit tests,
remove the special Travis CI build that just runs the unit tests.
2018-11-30 17:28:07 -08:00
Veselin Dobrev d44aa186d2 Add the unit tests to the CMake build system. 2018-11-30 16:17:25 -08:00
Veselin Dobrev 1a0976dc17 Add support for building and running the unit tests in
out-of-source builds with GNU make.

Clean the unit tests directory when 'make clean' is invoked at
the top level.
2018-11-29 22:23:47 -08:00
Aaron Fisher 91e47a804f Removed the 'smoke' tests. 2018-11-28 15:58:33 -08:00
Aaron Fisher beb5994616 Renamed the test dirs and fixed some text that had an old version of the directories. 2018-11-09 16:28:51 -08:00
Aaron Fisher da3ad902f4 Added a test subdirectory for general and put a simple test in there to get the system up and running. 2018-11-02 15:05:43 -07:00
Aaron Fisher d4c7a4bf0b Added all of the run test scripts. Not sure what we should call these tests, it's kinda a smorgasboard. 2018-11-02 14:08:41 -07:00
Aaron Fisher ce7b66f5be Changed the test directory to tests and added the tests to the make style target. 2018-11-01 17:03:57 -07:00