|
1 | 1 | # OASIS_START
|
2 |
| -# DO NOT EDIT (digest: fc4f1def45cd9de0092739442e8a8081) |
| 2 | +# DO NOT EDIT (digest: a8014746fe4d0fecde6592853a3e34bc) |
3 | 3 | # Ignore VCS directories, you can use the same kind of rule outside
|
4 | 4 | # OASIS_START/STOP if you want to exclude directories that contains
|
5 | 5 | # useless stuff for the build process
|
@@ -159,4 +159,17 @@ true: annot, bin_annot
|
159 | 159 | <examples/blocking/*.ml{,i,y}>: package(unix)
|
160 | 160 | <examples/blocking/*.ml{,i,y}>: use_mariadb
|
161 | 161 | <examples/blocking/*.ml{,i,y}>: use_mariadb_bindings
|
| 162 | +# Executable nonblocking_stress_test |
| 163 | +<examples/nonblocking/nonblocking_stress_test.{native,byte}>: oasis_executable_nonblocking_stress_test_byte |
| 164 | +<examples/nonblocking/*.ml{,i,y}>: oasis_executable_nonblocking_stress_test_byte |
| 165 | +<examples/nonblocking/nonblocking_stress_test.{native,byte}>: oasis_executable_nonblocking_stress_test_native |
| 166 | +<examples/nonblocking/*.ml{,i,y}>: oasis_executable_nonblocking_stress_test_native |
| 167 | +<examples/nonblocking/nonblocking_stress_test.{native,byte}>: package(ctypes.stubs) |
| 168 | +<examples/nonblocking/nonblocking_stress_test.{native,byte}>: package(unix) |
| 169 | +<examples/nonblocking/nonblocking_stress_test.{native,byte}>: use_mariadb |
| 170 | +<examples/nonblocking/nonblocking_stress_test.{native,byte}>: use_mariadb_bindings |
| 171 | +<examples/nonblocking/*.ml{,i,y}>: package(ctypes.stubs) |
| 172 | +<examples/nonblocking/*.ml{,i,y}>: package(unix) |
| 173 | +<examples/nonblocking/*.ml{,i,y}>: use_mariadb |
| 174 | +<examples/nonblocking/*.ml{,i,y}>: use_mariadb_bindings |
162 | 175 | # OASIS_STOP
|
0 commit comments