diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-11-17 11:11:45 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-11-17 11:11:45 +1100 |
| commit | 3ef31230a61ce74e2ae8bb116f7b4e338dd69ae6 (patch) | |
| tree | 5b2b36dbf80a6aeb4027e15e886e3844135052e4 /test/unit/SciTE.properties | |
| parent | f7b5bf30ba118fcd86f6acec132e9a372e7f2af2 (diff) | |
| download | scintilla-mirror-3ef31230a61ce74e2ae8bb116f7b4e338dd69ae6.tar.gz | |
Switch unit tests to Catch framework.
Diffstat (limited to 'test/unit/SciTE.properties')
| -rw-r--r-- | test/unit/SciTE.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/SciTE.properties b/test/unit/SciTE.properties index 8cc762e96..cbbe20862 100644 --- a/test/unit/SciTE.properties +++ b/test/unit/SciTE.properties @@ -1,4 +1,5 @@ +command.go.*.cxx=./unitTest if PLAT_WIN make.command=mingw32-make -command.go.*.cxx=./unitTest + command.go.*.cxx=unitTest command.go.needs.$(file.patterns.cplusplus)=$(make.command) |
