File: rules

package info (click to toggle)
onnxscript 0.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 12,384 kB
  • sloc: python: 75,957; sh: 41; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 443 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
export PYBUILD_NAME=onnxscript
export PYBUILD_TEST_ARGS=-v --ignore=tests/optimizer/test_models.py --ignore=onnxscript/backend/onnx_export_test.py --ignore=tests/ir/serde_roundtrip_test.py -k "not test_models and not test_enumerate_onnx_tests and not test_output_match_opinfo and not test_it_can_be_serialized_as_graph_proto and not test_smollm" 
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	true