Changeset [5ac4ba89aeef6abe53cee184718e3b42ccd46f3c] by Jocelyn Legault
February 17th, 2010 @ 08:15 PM
Test runner proof-of-concept.
Here's a working proof of concept for a generic test runner.
It requires a little bit of code in the tested DLL, but that
could be provided as part of a SDK (for plugins, for example).
It also requires to make sure that the function is exported.
In this example, I had to modify the .def to do that. I think
that in general, you don't need that and __declspec(dllexport)
are always exported.
[#35]
Signed-off-by: Jocelyn Legault jocelynlegault@gmail.com
http://github.com/joce/npp-community/commit/5ac4ba89aeef6abe53cee18...
Committed by Jocelyn Legault
- A scintilla/tests/testBase.cpp
- M scintilla/vcbuild/SciLexer.9.vcproj
- M scintilla/win32/Scintilla.def
- M testRunner/testRunner.cpp
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Notepad++ Community Release