mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Rename to a more appropriate dir.
This commit is contained in:
parent
81be7c98ad
commit
24a927311c
5 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ pretest:
|
|||
python scripts/gen_individual_importing_tests.py
|
||||
|
||||
TEST_ENV = PYTHONPATH="`pwd`:`pwd`/tests/lib"
|
||||
TEST_FILES = tests/style/*.t tests/board_gen/*.py tests/individually-importing/*.py
|
||||
TEST_FILES = tests/style/*.t tests/unit/*.py tests/individually-importing/*.py
|
||||
|
||||
define RUN_TESTS
|
||||
$(TEST_ENV) $1 $(TEST_FILES)
|
||||
|
|
Loading…
Add table
Reference in a new issue