diff options
| author | Andreas Schneider <mail@cynapses.org> | 2010-03-02 13:47:14 +0100 |
|---|---|---|
| committer | Andreas Schneider <mail@cynapses.org> | 2010-03-02 13:54:14 +0100 |
| commit | 464176d5111676161d809ac3f5aeaa0f9fb2ff5b (patch) | |
| tree | f9ca2912faa6b68e23603438fc5f13ad19702789 /build | |
| parent | e8a1d135e21721426851312dc2a9180e5c38273f (diff) | |
| download | libssh-464176d5111676161d809ac3f5aeaa0f9fb2ff5b.tar.gz libssh-464176d5111676161d809ac3f5aeaa0f9fb2ff5b.tar.xz libssh-464176d5111676161d809ac3f5aeaa0f9fb2ff5b.zip | |
Added unit testing support using check.
Diffstat (limited to 'build')
| -rwxr-xr-x | build/build_make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build_make.sh b/build/build_make.sh index a51f5e82..1e93c2fc 100755 --- a/build/build_make.sh +++ b/build/build_make.sh @@ -135,7 +135,7 @@ while test -n "$1"; do shift ;; *-unittesting) - OPTIONS="${OPTIONS} -DUNIT_TESTING=ON" + OPTIONS="${OPTIONS} -DWITH_TESTING=ON" shift ;; *-withssh1) |
