Commit Graph

79 Commits

Author SHA1 Message Date
clanmills
d6b029ad6e Don't set --verbose in makefile. Don't treat exiv2_echo == VERBOSE. 2020-10-22 15:25:48 +01:00
clanmills
aa462f84d9 Fix handling of environment string VERBOSE 2020-10-22 13:27:43 +01:00
LeoHsiao
0c7d231752 let make python_tests runs in verbose mode 2020-10-22 19:23:51 +08:00
LeoHsiao
e0486ec063 Set the variable EXIV2_ECHO when executing make python_tests VERBOSE=1 2020-10-21 23:04:20 +08:00
Robin Mills
55bdaafebf
Merge pull request #1341 from Exiv2/fix_1278_nls_test_0.27
Fix 1278 nls test 0.27
2020-10-14 14:01:07 +01:00
clanmills
834dca39d0 Code changes 2020-10-09 06:40:28 +01:00
clanmills
e103fb8464 Makefile updated to run nls-test.sh as part of bash_tests 2020-10-02 18:37:36 +01:00
clanmills
3092d9c9a0 run_stdin-test.sh_0.27 2020-09-29 13:58:16 +01:00
LeoHsiao
fca6e2e30a Wrap shell commands in single quotes 2020-08-12 20:56:35 +08:00
Robin Mills
24029b5da4 Makefile change to make netbsd bash/5 happy 2020-05-26 15:33:10 +01:00
Robin Mills
591f9e62b4 cleanup_0.27 2020-05-21 09:55:53 +01:00
Robin Mills
d5c6391c5f set_ld_library_path_0.27 2020-05-20 14:06:27 +01:00
clanmills
43b06b6814 Don't allow binary into the output stream! 2020-05-11 18:29:35 +01:00
clanmills
450195a370 Adding support for VERBOSE to python_tests. Fixing unnecessary output on bash_tests and tests 2020-05-06 19:33:56 +01:00
Robin Mills
7e1ce82f86 enhanced_test6_0.27 Running tests using cmd.exe on Visual Studio builds. 2020-04-21 09:41:06 +01:00
clanmills
53ac282218 enhanced_test4_0.27
a) new_tests => python_tests
b) FreeBSD grep/pipe issue in version_test
c) report summary of bash_tests
2020-04-19 17:49:20 +01:00
clanmills
bf7796b1d2 Revert "enhanced_test4_0.27"
This reverts commit 19ee0f6ef8.
2020-04-19 17:44:58 +01:00
clanmills
19ee0f6ef8 enhanced_test4_0.27
a) new_tests => python_tests
b) FreeBSD grep/pipe issue in version_test
c) report summary of bash_tests
2020-04-19 17:35:10 +01:00
clanmills
55cfaee8fd enhanced_test3_0.27. $ make tests ignores errors from bash_tests, new_test, unit_test and version_test 2020-04-19 14:54:33 +01:00
clanmills
35a0627b76 Replace make test with make bash_tests because CMake/Linux refuses a target called 'test' 2020-04-19 12:58:01 +01:00
clanmills
904fa19d1c Code changes 2020-04-19 08:04:45 +01:00
clanmills
5b79e92a51 Add convenient targets to test/Makefile. For example: make geotag-test 2020-04-16 11:55:27 +01:00
clanmills
ad06278fa2 Echo to output to make it very clear which group of tests are being run. 2020-04-16 10:28:47 +01:00
clanmills
171bc40afd Run a reduced test suite on Unix platforms. 2020-04-16 08:28:09 +01:00
clanmills
0fea3361de Comment off the UNIX code. Run a subset of the tests for now. 2020-04-15 17:54:42 +01:00
clanmills
13565be3d2 Change for solaris. 2020-04-15 16:53:03 +01:00
Dan Čermák
4090ca475f [testsuite] disable bugfixes-test.sh 2018-09-13 11:18:29 +02:00
Dan Čermák
e78982c81a [testsuite] simplify test/Makefile 2018-03-28 10:07:41 +02:00
clanmills
7d837d9c86 Changes to test/Makefile following Dan's review. 2018-02-03 12:29:22 +00:00
clanmills
552247c3d0 Update test/Makefile not to exit on error 2018-01-29 09:13:58 +00:00
tbeu
5df8b01b77 Remove obsolete svn revision 2017-11-19 11:17:11 +01:00
clanmills
e345110555 Removing obsolete code in CMakeLists.txt Adding version-test.sh to make tests 2017-06-06 15:02:19 +01:00
clanmills
5152c80cfb Fix test suite to run from CMake builds. 2017-06-04 10:22:28 +01:00
Robin Mills
2ebacb6b0b #1272 Use in-memory temporary files. 2017-03-05 17:42:12 +00:00
Robin Mills
bd16f3441e #1233 Thank You to Anton for reporting this and providing a patch. I've updated the test suite. 2016-09-26 22:53:42 +00:00
Robin Mills
5f1d52e497 #1230 Added stdin-test and fixing issue identified by the test. 2016-09-25 22:43:40 +00:00
Robin Mills
b7c90140c7 #1074 ICC support in jpgimage.cpp. Add test/icc-test.sh 2016-09-01 16:44:29 +00:00
Robin Mills
7e09d250f1 #1060 Resequenced tests in alphabetic order. 2016-08-30 16:58:13 +00:00
Robin Mills
97e7905a8b #1060 Thank you to Thomas B for working on this and providing the patch. 2016-08-30 16:33:57 +00:00
Robin Mills
d369aa67d5 #1199 Test suite changes and associate fixes to the code. 2016-08-19 18:59:28 +00:00
Andreas Huggel
efef7af344 Reworked clean Makefile targets a bit (so the test/tmp dir doesn't belong to root after sudo maintainer-clean) 2015-05-02 15:06:15 +00:00
Andreas Huggel
fd80993ab0 Updated copyright notice. 2015-05-02 11:55:40 +00:00
Robin Mills
20c3b6328e Adding MSVC (2003 and 2005) support for samples/exifdata and samples/exifvalue 2015-03-25 19:27:51 +00:00
Robin Mills
824b7a8245 Code polishing. Comment changes. 2015-01-08 18:34:11 +00:00
Robin Mills
ccfc4b62fd trunk: webready integration. split preview-test.sh and added eps-preview-test.sh (and fix basicio.cpp and svn_version.sh issues). 2014-12-27 10:05:29 +00:00
Robin Mills
d393b0fa7e trunk: exiv2 v0.25 2014-12-25 13:55:57 +00:00
Mahesh
61b930cc0c update test script to pass testv 2014-09-16 12:14:30 +00:00
Robin Mills
66e473db32 GSoC2013 Video Write Code. Thank You, Mahesh for a lot of hard work. And Thanks to Abhinav for mentoring. Great Job, Guys. 2014-09-07 11:59:45 +00:00
Robin Mills
78f8472ea3 Sync the test files with r3100. Changes to the video test files on head of trunk are to support Mahesh's code for 0.25. Mahesh's code has not yet been submitted to trunk. 2014-06-09 01:49:30 +00:00
Andreas Huggel
f09fceda6b Updated copyright year in a few files, version in runner.txt. 2013-12-01 12:13:42 +00:00