-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't build broken zarith_stubs_js/test
- Loading branch information
1 parent
1b1ebb7
commit 70301b1
Showing
1 changed file
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
(library (name zarith_stubs_js_test) (libraries zarith core_kernel base.md5) | ||
(preprocess (pps ppx_jane))) | ||
; (library (name zarith_stubs_js_test) (libraries zarith core_kernel base.md5) | ||
; (preprocess (pps ppx_jane))) | ||
|
||
(alias (name runtest) | ||
(deps (file test-complete.sh) | ||
(file %{workspace_root}/external/zarith/src/z.ml) (file ../src/runtime.js) | ||
(glob_files *.ml)) | ||
(action (bash ./test-complete.sh))) | ||
; (alias (name runtest) | ||
; (deps (file test-complete.sh) | ||
; (file %{workspace_root}/external/zarith/src/z.ml) (file ../src/runtime.js) | ||
; (glob_files *.ml)) | ||
; (action (bash ./test-complete.sh))) |