diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-30 16:12:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-30 17:36:32 +0100 |
commit | 286665960a3474ddee1f01807de10d5251f49848 (patch) | |
tree | e4856049405712523a34d7075093eb0111ec79f9 /test/prj | |
parent | b96e62c5ff6bdbe4c5d3cfcfb3cb238943760a19 (diff) |
port a failing sc subsequenttest to c++
potential improvements: only load the file once and use fods instead of
ods
Diffstat (limited to 'test/prj')
-rw-r--r-- | test/prj/d.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/prj/d.lst b/test/prj/d.lst index 37e9fb25024b..a0218529c458 100644 --- a/test/prj/d.lst +++ b/test/prj/d.lst @@ -6,6 +6,7 @@ mkdir: %_DEST%\inc\test ..\%__SRC%\lib\libtest.dll.a %_DEST%\lib\libtest.dll.a ..\inc\test\testdllapi.hxx %_DEST%\inc\test\testdllapi.hxx ..\inc\test\bootstrapfixture.hxx %_DEST%\inc\test\bootstrapfixture.hxx +..\inc\test\unoapi_test.hxx %_DEST%\inc\test\unoapi_test.hxx mkdir: %_DEST%\unittest mkdir: %_DEST%\unittest\user\ mkdir: %_DEST%\unittest\user\autocorr |