1
0
Fork 0
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:
Shlomi Fish 2018-03-13 16:38:31 +02:00
parent 81be7c98ad
commit 24a927311c
5 changed files with 1 additions and 1 deletions

View file

@ -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)