tests/Makefile
changeset 3834 0010719d0dea
parent 3822 d311880b9d15
child 3926 a6ec38dcbfb5
equal deleted inserted replaced
3833:73a44957c381 3834:0010719d0dea
   133 endef
   133 endef
   134 
   134 
   135 
   135 
   136 DELAY=400
   136 DELAY=400
   137 KILL_DELAY=430
   137 KILL_DELAY=430
   138 PYTEST=$(dir $(BEREMIZPYTHONPATH))/pytest
   138 PYTEST=$(dir $(BEREMIZPYTHONPATH))pytest
   139 define pytest_idetest_command
   139 define pytest_idetest_command
   140 	$(fluxbox_command); PYTHONPATH=$(ide_test_dir) timeout -k $(KILL_DELAY) $(DELAY) $(PYTEST) --maxfail=1 --timeout=100  $(src)/ide_tests/$(1)
   140 	$(fluxbox_command); PYTHONPATH=$(ide_test_dir) timeout -k $(KILL_DELAY) $(DELAY) $(PYTEST) --maxfail=1 --timeout=100  $(src)/ide_tests/$(1)
   141 endef
   141 endef
   142 
   142 
   143 # Xnest based interactive sessions for tests edit and debug. 
   143 # Xnest based interactive sessions for tests edit and debug.