Skip to content

Commit

Permalink
update test cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelburgos committed May 31, 2024
1 parent 24c6eba commit 0c0cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gui.cmd = "python -m obi_software.gui 2224 --config_path ~/open-beam-interface/c
debug_gui.cmd = "python -m obi_software.gui 2224 --debug --config_path ~/open-beam-interface/configs/jsm_6400.toml"
hilbert.cmd = "python -m obi_software.hilbert"
## unit tests
test_g.cmd = "python -m unittest glasgowcontrib.applet.open_beam_interface.test"
test_g.cmd = "python -m unittest Gateware.applet.open_beam_interface.test"
test_s.cmd = "python -m unittest obi_software.test"
build.cmd = "glasgow build --rev C3 open_beam_interface --pin-ext-ibeam-scan-enable 0 --pin-ext-ibeam-scan-enable-2 1 --pin-ext-ibeam-blank-enable 2 --pin-ext-ibeam-blank-enable-2 3 --pin-ibeam-blank-low 4 --pin-ibeam-blank-high 5 --pin-ebeam-blank 6 --pin-ebeam-blank-2 7"
build.env = {AMARANTH_verbose = "1"}
Expand Down

0 comments on commit 0c0cb00

Please sign in to comment.