Luca Saiu
418b6bac49
minor build system changes
9 months ago
Luca Saiu
f6ccefc750
build system change
9 months ago
Volker Birk
694cc4bef0
we need this to make installed dynamically linked lib work
9 months ago
Luca Saiu
8403dbfb58
test suite LDLIBS: link with libpthread on GNU/Linux
I needed this after some package updating on my distribution. It is harmless
anyway, even where not needed.
11 months ago
David Lanzendörfer
52d1bd13a5
NETPGP: Minor fixes
Tracking down issues
1 year ago
David Lanzendörfer
a430fdd644
z/OS: support fix linking
1 year ago
David Lanzendörfer
b1a6e790df
z/OS: Support
Well... It compiles now with the master branch.
It's time for a rebase.
2 years ago
David Lanzendörfer
9823de5be1
z/OS support: Remove LD option
We don't have Sequoia on z/OS
1 year ago
Krista Bennett
bbdb76242e
Reverted changes to gtest-parallel - It's admittedly a nice idea, but nowhere else in the engine to we ever make any assumptions that the builds are taking place online or about what the builder has on the system. Reverting.
1 year ago
Hartmut Goebel
09143dce40
tests: Simplify setup.
From gtest-parallel only a single file is used, which is not even required to
be installed in any way. Thus instead of asking the users to clone the repo,
simply download the one file as part of the Makefile.
1 year ago
Hartmut Goebel
897d823228
tests: Makefile: Wrap long lines.
1 year ago
Krista Bennett
437c607acc
Fix so that local.conf can override Makefile in test
1 year ago
Krista Bennett
f88f7d0351
ENGINE-864: Makefile tweaks. Will have to come into default, but since we're doing this anyway...
2 years ago
Krista Bennett
4cc0e3a5af
ENGINE-864: Cleanup, plus fixed some semantics regarding CFLAGS/CXXFLAGS/CPPFLAGS that had been built in to the build system.
2 years ago
Krista Bennett
2bb4797be2
ENGINE-864: tests build and run (and fail appropriately) on debian
2 years ago
Krista Bennett
9130f81042
ENGINE-864: pEpMIME Makefile madness
2 years ago
Krista Bennett
6451f12469
Kludged Makefiles that actually work with pEpMIME (with a modified branch), but aren't yet what we want. Was just to get it to run.
2 years ago
Volker Birk
b1da96a438
Automatically bumped RC in source for future release. Next RC after this one will be 2.1.0-RC24 **if released**.
2 years ago
Neal Walfield
348e69bab7
Track API changes to sequoia.
3 years ago
Krista 'DarthMama' Bennett
d668967388
Makefile updated for debian/ubuntu and for symbol problems (tests updated and README updated as well). Currently untested on ANY other system.
3 years ago
Krista 'DarthMama' Bennett
8087c18a91
removed unused variable flag
3 years ago
Krista 'DarthMama' Bennett
8dbc64caad
added clean to test makefile
3 years ago
Krista 'DarthMama' Bennett
bc671fef83
ensure desired gtest directory is first include dir to avoid problems with coexisting default installs (especially ancient ones ;)
3 years ago
Krista Bennett
02ebd15e20
Makefile fixes
3 years ago
Krista 'DarthMama' Bennett
154281fdec
minimal documentation, slight Makefile fix
3 years ago
Krista 'DarthMama' Bennett
fdfd94e4a6
Fixing tests
3 years ago
Krista 'DarthMama' Bennett
faa864183f
more fixes for compilation fun
3 years ago
Krista 'DarthMama' Bennett
3901e614cb
bastardised in-between state of conversion. guaranteed to be broken.
3 years ago
Krista Bennett
d9cf22ecfc
CFLAGS -> CXXFLAGS for sequoia in test
3 years ago
Volker Birk
6151259fea
clean
3 years ago
Volker Birk
9db8945378
generate SuiteMaker.cc if tests are added or removed
3 years ago
Volker Birk
01007ca74c
dependencies added
3 years ago
Volker Birk
314e88319c
completing
3 years ago
Volker Birk
6f796207dc
first generation, then compiling
3 years ago
Volker Birk
f860e1d0d9
reworking test Makefile
3 years ago
Krista 'DarthMama' Bennett
d7d4a0afad
EnterDeviceGroup tests, plus a couple of output tweaks to decrease spam.
3 years ago
Krista 'DarthMama' Bennett
806b4b83f2
Commented out TEST_CMD_PFX - it was forcing overrides of the system libraries libiconv was linked against. In general, not the best idea IMHO to force the library path at runtime like this
3 years ago
Krista 'DarthMama' Bennett
04fc21c24c
Reverting undesired merge from before in 3274
4 years ago
Krista Bennett
8d82e70bec
ENGINE-511: fixed file uris for decrypt_in_pieces
4 years ago
Krista 'DarthMama' Bennett
211b86a236
Changed enum vals to match sync branch before pushing
4 years ago
Krista 'DarthMama' Bennett
15160d5749
Fix for long paths on tests - run script once if you're having problems
4 years ago
Krista 'DarthMama' Bennett
60511faedd
src/EngineTestSuite.cc
4 years ago
Damiano Boppart
4885a4e589
Clean up some Make issues introduced with merge
4 years ago
Krista 'DarthMama' Bennett
d89cc291b0
ENGINE-487: ENGINE-508: fix in - old tests run, now need to test the real functionality
4 years ago
Krista 'DarthMama' Bennett
541ac10419
ENGINE-487: ENGINE-508: fix in, but buggy
4 years ago
Neal Walfield
f42a04c5a5
When compiling the test suite for sequoia, be sure to define USE_SEQUOIA
- This problem arose, because KeyResetMessageTests directly uses
PEP_SESSION, which has a different layout for GnuPG than for
Sequoia.
4 years ago
Damiano Boppart
275ba0907e
Make test binary find the pEpEngine shared library
4 years ago
Damiano Boppart
a7d8407ed1
Use LD_LIBRARY_PATH for running test binary
4 years ago
Damiano Boppart
2d6b9c02c3
Actually use the c++ linker when linking c++ objects files
4 years ago
Damiano Boppart
caea573af5
Minor makefile fixes
4 years ago