mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
Add testenv-clean
This commit is contained in:
parent
c5d2d18568
commit
d0db61ca35
5
Makefile
5
Makefile
@ -96,6 +96,9 @@ testenv:
|
|||||||
@${MAKE} ${TEST_PREFIX}/${NAME_VERSION}
|
@${MAKE} ${TEST_PREFIX}/${NAME_VERSION}
|
||||||
@${MAKE} -C tests testbin IDRIS2=${TARGET} IDRIS2_PREFIX=${TEST_PREFIX}
|
@${MAKE} -C tests testbin IDRIS2=${TARGET} IDRIS2_PREFIX=${TEST_PREFIX}
|
||||||
|
|
||||||
|
testenv-clean:
|
||||||
|
$(RM) -r ${TEST_PREFIX}/${NAME_VERSION}
|
||||||
|
|
||||||
test: testenv
|
test: testenv
|
||||||
@echo
|
@echo
|
||||||
@echo "NOTE: \`${MAKE} test\` does not rebuild Idris or the libraries packaged with it; to do that run \`${MAKE}\`"
|
@echo "NOTE: \`${MAKE} test\` does not rebuild Idris or the libraries packaged with it; to do that run \`${MAKE}\`"
|
||||||
@ -119,7 +122,7 @@ clean-libs:
|
|||||||
${MAKE} -C libs/network clean
|
${MAKE} -C libs/network clean
|
||||||
${MAKE} -C libs/test clean
|
${MAKE} -C libs/test clean
|
||||||
|
|
||||||
clean: clean-libs support-clean
|
clean: clean-libs support-clean testenv-clean
|
||||||
-${IDRIS2_BOOT} --clean ${IDRIS2_APP_IPKG}
|
-${IDRIS2_BOOT} --clean ${IDRIS2_APP_IPKG}
|
||||||
$(RM) src/IdrisPaths.idr
|
$(RM) src/IdrisPaths.idr
|
||||||
${MAKE} -C tests clean
|
${MAKE} -C tests clean
|
||||||
|
Loading…
Reference in New Issue
Block a user