21
22
# Run the tests once with cextensions and once without them.
22
23
$(TEST_COMMAND) && STORM_CEXTENSIONS=1 $(TEST_COMMAND)
26
39
find . -name "*.so" -type f -exec rm -f {} \;
27
40
find . -name "*.pyc" -type f -exec rm -f {} \;
28
41
find . -name "*~" -type f -exec rm -f {} \;