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 | 1f58d727d692379306edf4ebc18ca91557ea3f69 (patch) | |
| tree | 0ec54b63dbc97bdab36aa883914c721f76138a5c /test/unit/SciTE.properties | |
| parent | 57240ad0eff0cb351ccb24bb21465ac0ba815629 (diff) | |
| download | scintilla-mirror-1f58d727d692379306edf4ebc18ca91557ea3f69.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) |
