Skip to content

Commit 93dee7f

Browse files
committed
make - small updates to makefile for python test move
1 parent ebc204c commit 93dee7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ install : $(libceed) $(OBJDIR)/ceed.pc
644644
cln 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

650650
distclean : clean
@@ -668,7 +668,7 @@ style-c :
668668
AUTOPEP8 = autopep8
669669
style-py : AUTOPEP8_ARGS = --in-place --aggressive
670670
style-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

673673
style : style-c style-py
674674

0 commit comments

Comments
 (0)