6ecfca9396
Now `make test` fails when sources are not indented correctly, the indentation test is also executed in the CI.
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
(jbuild_version 1)
|
|
|
|
(alias
|
|
((name runtest_basic.sh)
|
|
(deps (../src/node_main.exe
|
|
../src/client_main.exe
|
|
sandbox.json
|
|
test_basic.sh
|
|
lib/test_lib.inc.sh
|
|
../scripts/node_lib.inc.sh
|
|
../scripts/client_lib.inc.sh
|
|
(glob_files contracts/*)
|
|
))
|
|
(locks (/tcp-port/18731
|
|
/tcp-port/19731))
|
|
(action (run bash ${path:test_basic.sh}))))
|
|
|
|
(alias
|
|
((name runtest_contracts.sh)
|
|
(deps (../src/node_main.exe
|
|
../src/client_main.exe
|
|
sandbox.json
|
|
test_contracts.sh
|
|
lib/test_lib.inc.sh
|
|
../scripts/node_lib.inc.sh
|
|
../scripts/client_lib.inc.sh
|
|
(glob_files contracts/*)
|
|
))
|
|
(locks (/tcp-port/18731
|
|
/tcp-port/19731))
|
|
(action (run bash ${path:test_contracts.sh}))))
|
|
|
|
(alias
|
|
((name runtest_multinode.sh)
|
|
(deps (../src/node_main.exe
|
|
../src/client_main.exe
|
|
sandbox.json
|
|
test_multinode.sh
|
|
lib/test_lib.inc.sh
|
|
../scripts/node_lib.inc.sh
|
|
../scripts/client_lib.inc.sh
|
|
(glob_files contracts/*)
|
|
))
|
|
(locks (/tcp-port/18731 /tcp-port/18732 /tcp-port/18733 /tcp-port/18734
|
|
/tcp-port/18735 /tcp-port/18736 /tcp-port/18737 /tcp-port/18738
|
|
/tcp-port/19731 /tcp-port/19732 /tcp-port/19733 /tcp-port/19734
|
|
/tcp-port/19735 /tcp-port/19736 /tcp-port/19737 /tcp-port/19738))
|
|
(action (run bash ${path:test_multinode.sh}))))
|
|
|
|
(alias
|
|
((name runtest)
|
|
(deps ((alias runtest_basic.sh)
|
|
(alias runtest_contracts.sh)
|
|
(alias runtest_multinode.sh)))))
|