File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ install : $(libceed) $(OBJDIR)/ceed.pc
644644cln clean :
645645 $(RM ) -r $(OBJDIR ) $(LIBDIR ) dist * egg* .pytest_cache * cffi*
646646 $(MAKE ) -C examples clean NEK5K_DIR=" $( abspath $( NEK5K_DIR) ) "
647- $(MAKE ) -C tests/ python clean
647+ $(MAKE ) -C python/tests clean
648648 $(RM ) benchmarks/* output.txt
649649
650650distclean : clean
@@ -668,7 +668,7 @@ style-c :
668668AUTOPEP8 = autopep8
669669style-py : AUTOPEP8_ARGS = --in-place --aggressive
670670style-py :
671- @$(AUTOPEP8 ) $(AUTOPEP8_ARGS ) $(wildcard * .py python** /* .py tests/ python** /* .py examples** /* .py doc/sphinx/source** /* .py benchmarks/* .py)
671+ @$(AUTOPEP8 ) $(AUTOPEP8_ARGS ) $(wildcard * .py python** /* .py python/tests /* .py examples** /* .py doc/sphinx/source** /* .py benchmarks/* .py)
672672
673673style : style-c style-py
674674
You can’t perform that action at this time.
0 commit comments