-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b518bee
commit 749313a
Showing
5 changed files
with
11 additions
and
9 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,5 @@ | ||
(executable | ||
(name benchmarks) | ||
(enabled_if (= %{profile} benchmark)) | ||
(enabled_if | ||
(= %{profile} benchmark)) | ||
(libraries base64 core_bench)) |
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,11 +1,13 @@ | ||
(executable | ||
(name fuzz_rfc2045) | ||
(enabled_if (= %{profile} fuzz)) | ||
(enabled_if | ||
(= %{profile} fuzz)) | ||
(modules fuzz_rfc2045) | ||
(libraries astring crowbar fmt base64.rfc2045)) | ||
|
||
(executable | ||
(name fuzz_rfc4648) | ||
(enabled_if (= %{profile} fuzz)) | ||
(enabled_if | ||
(= %{profile} fuzz)) | ||
(modules fuzz_rfc4648) | ||
(libraries astring crowbar fmt base64)) |
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