-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes required to compile on FreeBSD
- Loading branch information
Tomasz bla Fortuna
committed
Oct 2, 2010
1 parent
5597d05
commit cdb5518
Showing
10 changed files
with
56 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
SET(CTEST_CUSTOM_PRE_TEST "/bin/echo WARNING: THIS TESTS WILL MODIFY YOUR STATE INFORMATION. Starting in 5 seconds.; sleep 5") | ||
SET(CTEST_CUSTOM_PRE_TEST | ||
"/bin/echo WARNING: THIS TESTS WILL MODIFY YOUR STATE INFORMATION. Starting in 5 seconds. | ||
Tests should be run with english locale, agent installed and DB=user. | ||
; sleep 5") | ||
|
||
# This doesn't work yet: | ||
SET(MemoryCheckCommand valgrind) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
# Used by make test (ctest) | ||
export LC_ALL="en_EN" | ||
yes no | ./otpasswd -v -k |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
# Used by make test (ctest) | ||
export LC_ALL="en_EN" | ||
yes yes | ./otpasswd -v -c codelength=4 -c alphabet=1 -c show=on -c salt=on -c label="lab" -c contact="cont" -k |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
# Used by make test (ctest) | ||
|
||
export LC_ALL="en_EN" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
#!/bin/sh | ||
# Used by make test (ctest) | ||
echo -en "wWasdfgh321@@@\nwWasdfgh321@@@\n" | ./otpasswd -p |