-
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.
Signed-off-by: Andrii Sultanov <[email protected]>
- Loading branch information
1 parent
1b63982
commit 867de1e
Showing
4 changed files
with
20 additions
and
55 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
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,16 @@ | ||
(executables | ||
(names main) | ||
(libraries xen-evtchn xen-evtchn-unix ounit2)) | ||
;(executable | ||
;(name main) | ||
;(public_name xen-evtchn-unix.test) | ||
;(package xen-evtchn-unix) | ||
;(optional) | ||
;(enabled_if %{lib-available:xen-evtchn-unix}) | ||
;(libraries xen-evtchn xen-evtchn-unix ounit2)) | ||
|
||
(rule | ||
(alias runtest) | ||
(package xen-evtchn-unix) | ||
(deps | ||
(:< main.exe)) | ||
(action | ||
(run %{<}))) | ||
;(rule | ||
;(alias runtest) | ||
;(enabled_if %{lib-available:xen-evtchn-unix}) | ||
;(package xen-evtchn-unix) | ||
;(deps | ||
;(:< main.exe)) | ||
;(action | ||
;(run %{<}))) |
This file was deleted.
Oops, something went wrong.